Revision 448485c9
Von G. Richardson vor mehr als 14 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
675 | 675 |
map { |
676 | 676 |
$form->{"${_}_$i"} = |
677 | 677 |
$form->format_amount(\%myconfig, $form->{"${_}_$i"}, $decimalplaces) |
678 |
} qw(sellprice listprice) if $form->{item} ne 'assembly'; |
|
678 |
} qw(sellprice listprice lastcost) if $form->{item} ne 'assembly';
|
|
679 | 679 |
|
680 | 680 |
# get pricegroups for parts |
681 | 681 |
IS->get_pricegroups_for_parts(\%myconfig, \%$form); |
Auch abrufbar als: Unified diff
Formatierung EK-Preis bei Warenauswahl
Bug wenn in der Positionsliste ein Artikel ausgewählt wurde der nicht eindeutig
war, lastcost musste noch formatiert werden.