From 0463aa613431d3a620116123e784b745932bb537 Mon Sep 17 00:00:00 2001 From: Yoan Mollard Date: Mon, 11 Dec 2023 01:16:22 +0100 Subject: [PATCH] Fixed: Expected 1 space(s) after cast statement --- 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 87fe884f78e39..48b481770ac65 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -152,7 +152,7 @@ function fail($message) // Assign a default project, if relevant if (isModEnabled('project') && !empty(getDolGlobalString("CASHDESK_ID_PROJECT".$takeposterminal))) { - $invoice->fk_project = (int)getDolGlobalString("CASHDESK_ID_PROJECT".$takeposterminal); + $invoice->fk_project = (int) getDolGlobalString("CASHDESK_ID_PROJECT".$takeposterminal); } // Change the currency of invoice if it was modified