X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..eb55e2f8ca3859482a389795e03b45283e14ef36:/invoice_add.php diff --git a/invoice_add.php b/invoice_add.php index 347f6b43..4a1c4834 100644 --- a/invoice_add.php +++ b/invoice_add.php @@ -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()"');