AmountHelper fix
This commit is contained in:
parent
a0bd169924
commit
3f5c671c05
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class AmountHelper extends Helper {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$value = number_format($value, 2, '', $thousandsSeparator);
|
$value = number_format($value, 2, '.', $thousandsSeparator);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $value;
|
return $value;
|
||||||
|
|
Loading…
Add table
Reference in a new issue