Fixing style errors.
This commit is contained in:
parent
fac60bdf24
commit
32a882e83c
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user