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)) {