X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d26c95718cac0a2994ab4e9633b59f420a0816b4..387db9f30e6a45e1f25052af26c23ecdd1748e3a:/invoice_delete.php diff --git a/invoice_delete.php b/invoice_delete.php index b688335a..4f9ed242 100644 --- a/invoice_delete.php +++ b/invoice_delete.php @@ -63,7 +63,7 @@ if ($request->getMethod() == 'POST') { header('Location: invoices.php'); exit(); } -} // post +} // POST $smarty->assign('invoice_to_delete', $invoice_to_delete); $smarty->assign('forms', array($form->getName()=>$form->toArray()));