Revision 0a3b8a76
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1954 | 1954 |
|
1955 | 1955 |
map { $form->{"${_}_$i"} = $newform{$_} } qw(partnumber description bin unit listprice inventory_accno income_accno expense_accno sellprice lastcost price_factor_id); |
1956 | 1956 |
|
1957 |
$form->{"longdescription_$i"} = $newform{notes}; |
|
1958 |
|
|
1957 | 1959 |
$form->{"sellprice_$i"} = $newform{lastcost} if ($form->{vendor_id}); |
1958 | 1960 |
|
1959 | 1961 |
if ($form->{exchangerate} != 0) { |
Auch abrufbar als: Unified diff
Beim Anlegen von Artikeln aus Vorgängen heraus auch die Langbeschreibung mit übernehmen.