From 32a882e83c007a1d3e18698b071f0897017b4a9f Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 4 Oct 2020 13:56:36 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/takepos/invoice.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index 262fbbf7580..4c263ad63a5 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -403,9 +403,9 @@ if ($action == "deleteline") { $invoice->fetch($placeid); } if (count($invoice->lines) == 0) { - $invoice->delete($user); - header("Location: ".DOL_URL_ROOT."/takepos/invoice.php"); - exit; + $invoice->delete($user); + header("Location: ".DOL_URL_ROOT."/takepos/invoice.php"); + exit; } }