]> wagnertech.de Git - timetracker.git/blobdiff - invoice_add.php
Cleanup of white space and comment improvement
[timetracker.git] / invoice_add.php
index 67ae8c14cdcb89adbf192f94297bceee86972736..9074ce2ab925e2b125da0b0e23a2fbacbe2dc22b 100644 (file)
@@ -89,7 +89,7 @@ if ($request->getMethod() == 'POST') {
     }
       $errors->add($i18n->getKey('error.db'));
   }
-} // post
+} // POST
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('onload', 'onLoad="document.invoiceForm.number.focus()"');