Revision fd46658a
Von Bernd Bleßmann vor etwa 11 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1804 | 1804 |
}; |
1805 | 1805 |
|
1806 | 1806 |
for my $i (1 .. $form->{rowcount}) { |
1807 |
map { $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) if ($form->{"${_}_${i}"}) } qw(ship qty sellprice listprice basefactor discount); |
|
1807 |
map { $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) if ($form->{"${_}_${i}"}) } qw(ship qty sellprice listprice basefactor discount lastcost);
|
|
1808 | 1808 |
} |
1809 | 1809 |
|
1810 | 1810 |
my %saved_vars = map { $_ => $form->{$_} } grep { $form->{$_} } qw(currency); |
Auch abrufbar als: Unified diff
Einkaufspreis parsen bei Erzeugen eines Auftrags aus Angebot.