]> wagnertech.de Git - timetracker.git/blobdiff - invoice_add.php
A better comment
[timetracker.git] / invoice_add.php
index 347f6b43abee3e5e3de287b65625498d0aeaad31..4a1c4834a1fb9ed18d5d3899c76da7e527db0669 100644 (file)
@@ -89,7 +89,7 @@ if ($request->isPost()) {
     }
       $err->add($i18n->getKey('error.db'));
   }
-} // POST
+} // isPost
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('onload', 'onLoad="document.invoiceForm.number.focus()"');