diff --git a/Koha/Number/Price.pm b/Koha/Number/Price.pm index 21d964315e..77d5b21a24 100644 --- a/Koha/Number/Price.pm +++ b/Koha/Number/Price.pm @@ -87,8 +87,11 @@ sub _format_params { my $int_curr_symbol = q||; my %format_params = ( + decimal_fill => '2', + decimal_point => '.', int_curr_symbol => $int_curr_symbol, mon_thousands_sep => ',', + thousands_sep => ',', mon_decimal_point => '.' );