Revision 747bdb80
Von Geoffrey Richardson vor mehr als 15 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
885 | 885 |
for $i (1 .. $form->{rowcount}) { |
886 | 886 |
map({ $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) |
887 | 887 |
if ($form->{"${_}_${i}"}) } |
888 |
qw(ship qty sellprice listprice basefactor)); |
|
888 |
qw(ship qty sellprice listprice basefactor discount));
|
|
889 | 889 |
} |
890 | 890 |
|
891 | 891 |
&prepare_order; |
... | ... | |
941 | 941 |
map({ $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, |
942 | 942 |
$form->{"${_}_${i}"}) |
943 | 943 |
if ($form->{"${_}_${i}"}) } |
944 |
qw(ship qty sellprice listprice basefactor)); |
|
944 |
qw(ship qty sellprice listprice basefactor discount));
|
|
945 | 945 |
} |
946 | 946 |
|
947 | 947 |
&prepare_order; |
Auch abrufbar als: Unified diff
discount formatting
Formatierung von discount, z.B. bei den Workflowschritten
Rechnung -> Auftrag
Auftrag -> Angebot
Wahrscheinlich muß das noch an vielen anderen Stellen geändert werden.