このサイトは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, '.', '');
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存