Fixing style errors.

This commit is contained in:
stickler-ci 2020-10-04 13:56:36 +00:00
parent fac60bdf24
commit 32a882e83c

View File

@ -403,9 +403,9 @@ if ($action == "deleteline") {
$invoice->fetch($placeid); $invoice->fetch($placeid);
} }
if (count($invoice->lines) == 0) { if (count($invoice->lines) == 0) {
$invoice->delete($user); $invoice->delete($user);
header("Location: ".DOL_URL_ROOT."/takepos/invoice.php"); header("Location: ".DOL_URL_ROOT."/takepos/invoice.php");
exit; exit;
} }
} }