X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..eb55e2f8ca3859482a389795e03b45283e14ef36:/invoice_delete.php diff --git a/invoice_delete.php b/invoice_delete.php index 579155ab..0d473595 100644 --- a/invoice_delete.php +++ b/invoice_delete.php @@ -63,7 +63,7 @@ if ($request->isPost()) { header('Location: invoices.php'); exit(); } -} // POST +} // isPost $smarty->assign('invoice_to_delete', $invoice_to_delete); $smarty->assign('forms', array($form->getName()=>$form->toArray()));