From c215764627616bf16d8b23782e6fc13bf2bc89cc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 1 Dec 2020 15:45:19 +0100 Subject: [PATCH] Fix phpcs --- 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 9dbbbb44f1d..db6745e8885 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -583,7 +583,7 @@ if ($action == "delete") { // We delete the lines $resdeletelines = 1; - foreach($invoice->lines as $line) { + foreach ($invoice->lines as $line) { $tmpres = $invoice->deleteline($line->id); if ($tmpres < 0) { $resdeletelines = 0;