Revision 1217ee78
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
670 | 670 |
<input name="new_longdescription_$i" type=hidden value="$ref->{longdescription}"> |
671 | 671 |
<input name="new_not_discountable_$i" type=hidden value="$ref->{not_discountable}"> |
672 | 672 |
<input name="new_part_payment_id_$i" type=hidden value="$ref->{part_payment_id}"> |
673 |
<input name="new_partnotes_$i" type="hidden" value="| . Q($ref->{"partnotes"}) . qq|"> |
|
673 | 674 |
|
674 | 675 |
<input name="new_id_$i" type=hidden value=$ref->{id}> |
675 | 676 |
|
... | ... | |
732 | 733 |
$sellprice = $form->parse_amount(\%myconfig, $form->{"sellprice_$i"}); |
733 | 734 |
|
734 | 735 |
map { $form->{"${_}_$i"} = $form->{"new_${_}_$j"} } |
735 |
qw(id partnumber description sellprice listprice inventory_accno income_accno expense_accno bin unit weight assembly taxaccounts partsgroup formel longdescription not_discountable); |
|
736 |
qw(id partnumber description sellprice listprice inventory_accno |
|
737 |
income_accno expense_accno bin unit weight assembly taxaccounts |
|
738 |
partsgroup formel longdescription not_discountable partnotes); |
|
736 | 739 |
if ($form->{"part_payment_id_$i"} ne "") { |
737 | 740 |
$form->{payment_id} = $form->{"part_payment_id_$i"}; |
738 | 741 |
} |
Auch abrufbar als: Unified diff
Wenn ein Artikel über die Artikelauswahl ausgewählt wird, so müssen auch die Bemerkungen abgeholt werden.