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

(-)a/admin/aqbudgetperiods.pl (-1 / +1 lines)
Lines 118-123 if ( $op eq 'add_form' ) { Link Here
118
        my $editnum = new Number::Format(
118
        my $editnum = new Number::Format(
119
            'int_curr_symbol'   => '',
119
            'int_curr_symbol'   => '',
120
            'thousands_sep'     => '',
120
            'thousands_sep'     => '',
121
            'mon_thousands_sep' => '',
121
            'mon_decimal_point' => '.'
122
            'mon_decimal_point' => '.'
122
        );
123
        );
123
124
124
- 

Return to bug 4500