X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d26c95718cac0a2994ab4e9633b59f420a0816b4..b027832862272283d9203c994ec8fd39f6196887:/invoice_add.php diff --git a/invoice_add.php b/invoice_add.php index 67ae8c14..9074ce2a 100644 --- a/invoice_add.php +++ b/invoice_add.php @@ -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()"');