Pārlūkot izejas kodu

Distributions : correctif problème affichage montant commande supérieur à 1000€

develop
Guillaume Bourgeois pirms 1 nedēļas
vecāks
revīzija
2feea328f7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      common/helpers/Price.php

+ 1
- 1
common/helpers/Price.php Parādīt failu

@@ -77,7 +77,7 @@ class Price

public static function numberTwoDecimals($number, $decimals = 2)
{
return number_format((($number * 100)) / 100, $decimals, '.', ' ');
return number_format((($number * 100)) / 100, $decimals, '.', '');
}

}

Notiek ielāde…
Atcelt
Saglabāt