X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d26c95718cac0a2994ab4e9633b59f420a0816b4..387db9f30e6a45e1f25052af26c23ecdd1748e3a:/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()));