AmountHelper fix

This commit is contained in:
Akinwale Ariwodola 2017-06-14 23:26:55 +01:00
parent a0bd169924
commit 3f5c671c05

View file

@ -36,7 +36,7 @@ class AmountHelper extends Helper {
}
}
} else {
$value = number_format($value, 2, '', $thousandsSeparator);
$value = number_format($value, 2, '.', $thousandsSeparator);
}
return $value;