X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/fd3db1c1a2b975a23c907b2e9b714a0cfe47f3e0..4426ed3bc8e53d5013d356505283c916e3826392:/invoice_send.php diff --git a/invoice_send.php b/invoice_send.php index a013bdf7..399e08cb 100644 --- a/invoice_send.php +++ b/invoice_send.php @@ -92,7 +92,7 @@ if ($request->getMethod() == 'POST') { else $errors->add($i18n->getKey('error.mail_send')); } -} +} // POST $smarty->assign('title', $i18n->getKey('title.send_invoice')); $smarty->assign('forms', array($form->getName()=>$form->toArray()));