Skip to content

Commit

Permalink
Fixed: Expected 1 space(s) after cast statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ymollard committed Dec 11, 2023
1 parent 7454384 commit 0463aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/takepos/invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0463aa6

Please sign in to comment.