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