本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Laclic
/
Souke
關注
5
收藏
0
複製
1
程式碼
問題
1
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Distributions : correctif problème affichage montant commande supérieur à 1000€
develop
Guillaume Bourgeois
1 周之前
父節點
fdab7db575
當前提交
2feea328f7
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
顯示文件統計
+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…
取消
儲存