X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/fd3db1c1a2b975a23c907b2e9b714a0cfe47f3e0..4426ed3bc8e53d5013d356505283c916e3826392:/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()"');