From d80931429e5139e8c7b9f66c2d7ddd81dce6f1d3 Mon Sep 17 00:00:00 2001 From: andreubisquerra Date: Mon, 12 Oct 2020 22:34:05 +0200 Subject: [PATCH] Fix travis --- htdocs/takepos/invoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index 82f97b88dc3..d77d31828cc 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -591,7 +591,7 @@ if ($action == "order" and $placeid != 0) $db->query($sql); $invoice->fetch($placeid); //Reload object after set lines as printed $linestoprint = 0; - + foreach ($invoice->lines as $line) { if ($line->special_code == "4") {