From 29531b8cb425b639ee4499cdfb943722caa04845 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Jan 2023 18:57:22 +0100 Subject: [PATCH] Fix phpcs --- htdocs/compta/prelevement/create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php index 56a047a387c..598b86fcda3 100644 --- a/htdocs/compta/prelevement/create.php +++ b/htdocs/compta/prelevement/create.php @@ -235,7 +235,7 @@ print ''; print ''.$langs->trans("AmountTotal").''; print ''; -print price($pricetowithdraw, 0, $langs, 1,-1, -1, $conf->currency); +print price($pricetowithdraw, 0, $langs, 1, -1, -1, $conf->currency); print ''; print '';