diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index d1780c1f6e8..dc09bbc68bd 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -254,13 +254,13 @@ if (empty($reshook)) { foreach ($amounts as $key => $value) // How payment is dispatch { - $newvalue = price2num($value,'MT'); + $newvalue = price2num($value, 'MT'); $amounts[$key] = -$newvalue; } foreach ($multicurrency_amounts as $key => $value) // How payment is dispatch { - $newvalue = price2num($value,'MT'); + $newvalue = price2num($value, 'MT'); $multicurrency_amounts[$key] = -$newvalue; } }