A better comment
[timetracker.git] / invoice_add.php
index 347f6b4..4a1c483 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()"');