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