Revision f28770a7
Von Moritz Bunkus vor mehr als 12 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1844 | 1844 |
qw(weight listprice sellprice rop); |
1845 | 1845 |
|
1846 | 1846 |
$form->{assembly_rows}--; |
1847 |
$i = $newform{rowcount};
|
|
1847 |
$i = $form->{assembly_rows};
|
|
1848 | 1848 |
$form->{"qty_$i"} = 1 unless ($form->{"qty_$i"}); |
1849 | 1849 |
|
1850 | 1850 |
$form->{sellprice} -= $form->{"sellprice_$i"} * $form->{"qty_$i"}; |
Auch abrufbar als: Unified diff
Neues Bestandteil an richtige Position in Erzeugniseinzelteileliste kopieren