This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Laclic
/
Souke
Прати
5
Волим
0
Креирај огранак
1
Код
Дискусије
1
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Distributions : correctif problème affichage montant commande supérieur à 1000€
develop
Guillaume Bourgeois
пре 1 недеља
родитељ
fdab7db575
комит
2feea328f7
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Покажи статистику Diff
+1
-1
common/helpers/Price.php
+ 1
- 1
common/helpers/Price.php
Прегледај датотеку
@@ -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, '.', '');
}
}
Write
Preview
Loading…
Откажи
Сачувај