X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e4896c39b96b7ff311d61a36cf9128ebb305a24b..d26c95718cac0a2994ab4e9633b59f420a0816b4:/invoice_delete.php diff --git a/invoice_delete.php b/invoice_delete.php index 7ef50f84..b688335a 100644 --- a/invoice_delete.php +++ b/invoice_delete.php @@ -54,7 +54,7 @@ if ($request->getMethod() == 'POST') { if (ttInvoiceHelper::getInvoice($cl_invoice_id)) { if (ttInvoiceHelper::delete($cl_invoice_id, $request->getParameter('delete_invoice_entries'))) { header('Location: invoices.php'); - exit(); + exit(); } else $errors->add($i18n->getKey('error.db')); } else