]> wagnertech.de Git - timetracker.git/blobdiff - invoice_delete.php
A better comment
[timetracker.git] / invoice_delete.php
index 579155ab986d874f0c97eb73dfc55253c341bd1c..0d4735950f457625b9538f88137332396573453c 100644 (file)
@@ -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()));