View | Details | Raw Unified | Return to bug 18900
Collapse All | Expand All

(-)a/Koha/Number/Price.pm (-1 / +3 lines)
Lines 87-94 sub _format_params { Link Here
87
87
88
    my $int_curr_symbol = q||;
88
    my $int_curr_symbol = q||;
89
    my %format_params = (
89
    my %format_params = (
90
        decimal_fill      => '2',
91
        decimal_point     => '.',
90
        int_curr_symbol   => $int_curr_symbol,
92
        int_curr_symbol   => $int_curr_symbol,
91
        mon_thousands_sep => ',',
93
        mon_thousands_sep => ',',
94
        thousands_sep     => ',',
92
        mon_decimal_point => '.'
95
        mon_decimal_point => '.'
93
    );
96
    );
94
97
95
- 

Return to bug 18900