Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6da3168c

Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt

  • ID 6da3168ce803179fa7ba5540be7547432ea784cf
  • Vorgänger 0b280f98
  • Nachfolger 09335d0f

Weitere potenzielle Zahlen im Ausgabeformat umformatieren. Fix für Bug 596.

Unterschiede anzeigen:

bin/mozilla/io.pl
1704 1704
  reformat_numbers($output_numberformat, 2,
1705 1705
                   qw(invtotal ordtotal quototal subtotal linetotal
1706 1706
                      listprice sellprice netprice discount
1707
                      tax taxbase),
1707
                      tax taxbase total paid),
1708 1708
                   grep({ /^linetotal_\d+$/ ||
1709 1709
                            /^listprice_\d+$/ ||
1710 1710
                            /^sellprice_\d+$/ ||
1711 1711
                            /^netprice_\d+$/ ||
1712 1712
                            /^taxbase_\d+$/ ||
1713 1713
                            /^discount_\d+$/ ||
1714
                            /^paid_\d+$/ ||
1715
                            /^subtotal_\d+$/ ||
1716
                            /^total_\d+$/ ||
1714 1717
                            /^tax_\d+$/
1715 1718
                        } keys(%{$form})));
1716 1719

  

Auch abrufbar als: Unified diff