Revision 65682418
Von Philip Reetz vor etwa 18 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
177 | 177 |
$form->{totalcredit} += $ref->{amount}; |
178 | 178 |
$form->{"credit_$i"} = $ref->{amount}; |
179 | 179 |
} |
180 |
$form->{"taxchart_$i"} = "0--"; |
|
180 |
$form->{"taxchart_$i"} = "0--0.00";
|
|
181 | 181 |
$i++; |
182 | 182 |
} |
183 | 183 |
if ($ref->{taxaccno} && !$tax) { |
... | ... | |
968 | 968 |
: $form->{"debit_$i"}; |
969 | 969 |
$j = $#a; |
970 | 970 |
if (($debitcredit && $credittax) || (!$debitcredit && $debittax)) { |
971 |
$form->{"taxchart_$i"} = "0--"; |
|
971 |
$form->{"taxchart_$i"} = "0--0.00";
|
|
972 | 972 |
$form->{"tax_$i"} = 0; |
973 | 973 |
} |
974 | 974 |
if (!$form->{"korrektur_$i"}) { |
... | ... | |
1609 | 1609 |
: $form->{"debit_$i"}; |
1610 | 1610 |
$j = $#a; |
1611 | 1611 |
if (($debitcredit && $credittax) || (!$debitcredit && $debittax)) { |
1612 |
$form->{"taxchart_$i"} = "0--"; |
|
1612 |
$form->{"taxchart_$i"} = "0--0.00";
|
|
1613 | 1613 |
$form->{"tax_$i"} = 0; |
1614 | 1614 |
} |
1615 | 1615 |
if (!$form->{"korrektur_$i"}) { |
Auch abrufbar als: Unified diff
Taxchart-Formatierung angepasst