瀏覽代碼

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

develop
Guillaume Bourgeois 1 周之前
父節點
當前提交
2feea328f7
共有 1 個檔案被更改,包括 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, '.', '');
}

}

Loading…
取消
儲存