Revision 5d43bf8e
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1538 | 1538 |
qw(invtotal ordtotal quototal subtotal linetotal |
1539 | 1539 |
listprice sellprice netprice discount |
1540 | 1540 |
tax taxbase total paid), |
1541 |
grep({ /^linetotal_\d+$/ || |
|
1542 |
/^listprice_\d+$/ || |
|
1543 |
/^sellprice_\d+$/ || |
|
1544 |
/^netprice_\d+$/ || |
|
1545 |
/^taxbase_\d+$/ || |
|
1546 |
/^discount_\d+$/ || |
|
1547 |
/^paid_\d+$/ || |
|
1548 |
/^subtotal_\d+$/ || |
|
1549 |
/^total_\d+$/ || |
|
1550 |
/^tax_\d+$/ |
|
1551 |
} keys(%{$form}))); |
|
1541 |
grep({ /^(?:linetotal|nodiscount_linetotal|listprice|sellprice|netprice|taxbase|discount|p_discount|discount_sub|nodiscount_sub|paid|subtotal|total|tax)_\d+$/ } keys(%{$form}))); |
|
1552 | 1542 |
|
1553 | 1543 |
reformat_numbers($output_numberformat, undef, |
1554 | 1544 |
qw(qty price_factor), |
Auch abrufbar als: Unified diff
Weitere Rechnungsvariablen ins Ausgabeformat der ausgewählten Sprache umwandeln
Fix für Bug 1616.