Revision 9a7a811d
Von Bernd Blessmann vor mehr als 13 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1703 | 1703 |
# parse pricegroups. and no, don't rely on check_form for this... |
1704 | 1704 |
map { $form->{"price_$_"} = $form->parse_amount(\%myconfig, $form->{"price_$_"}) } 1 .. $form->{price_rows}; |
1705 | 1705 |
|
1706 |
# same for lastcosts |
|
1707 |
map { $form->{"lastcost_$_"} = $form->parse_amount(\%myconfig, $form->{"lastcost_$_"}) } 1 .. $form->{"makemodel_rows"}; |
|
1708 |
|
|
1706 | 1709 |
if ($form->{item} eq "assembly") { |
1707 | 1710 |
my $i = $form->{assembly_rows}; |
1708 | 1711 |
|
Auch abrufbar als: Unified diff
Bug 1647 - Lieferanten-Einkaufspreise verlieren Nachkommastellen nicht mehr