From 36a730304932286e8eb24a3868b1056e114e9c63 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 19 Feb 2019 10:28:17 +0100 Subject: [PATCH] FIX No space found after comma in function call --- htdocs/comm/remx.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/remx.php b/htdocs/comm/remx.php index f9b2003718a..0d49e938c54 100644 --- a/htdocs/comm/remx.php +++ b/htdocs/comm/remx.php @@ -859,7 +859,7 @@ if ($socid > 0) print $obj->description; print ''; } - print ''.img_object($langs->trans("ShowBill"),'bill').' '.$obj->ref.''; + print ''.img_object($langs->trans("ShowBill"), 'bill').' '.$obj->ref.''; print ''.price($obj->amount_ht).''; if (! empty($conf->multicurrency->enabled)) { @@ -1029,7 +1029,7 @@ if ($socid > 0) print $obj->description; print ''; } - print ''.img_object($langs->trans("ShowBill"),'bill').' '.$obj->ref.''; + print ''.img_object($langs->trans("ShowBill"), 'bill').' '.$obj->ref.''; print ''.price($obj->amount_ht).''; if (! empty($conf->multicurrency->enabled)) {