Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5d43bf8e

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID 5d43bf8ece218fcc326e18b4d2cd6823d351dea1
  • Vorgänger 86337a58
  • Nachfolger 34e9d819

Weitere Rechnungsvariablen ins Ausgabeformat der ausgewählten Sprache umwandeln

Fix für Bug 1616.

Unterschiede anzeigen:

bin/mozilla/io.pl
qw(invtotal ordtotal quototal subtotal linetotal
listprice sellprice netprice discount
tax taxbase total paid),
grep({ /^linetotal_\d+$/ ||
/^listprice_\d+$/ ||
/^sellprice_\d+$/ ||
/^netprice_\d+$/ ||
/^taxbase_\d+$/ ||
/^discount_\d+$/ ||
/^paid_\d+$/ ||
/^subtotal_\d+$/ ||
/^total_\d+$/ ||
/^tax_\d+$/
} keys(%{$form})));
grep({ /^(?:linetotal|nodiscount_linetotal|listprice|sellprice|netprice|taxbase|discount|p_discount|discount_sub|nodiscount_sub|paid|subtotal|total|tax)_\d+$/ } keys(%{$form})));
reformat_numbers($output_numberformat, undef,
qw(qty price_factor),

Auch abrufbar als: Unified diff