소스 검색

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…
취소
저장