Revision e7214232
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
424 | 424 |
<input type=hidden name="cusordnumber_$i" value="$form->{"cusordnumber_$i"}"> |
425 | 425 |
<input type=hidden name="longdescription_$i" value="$form->{"longdescription_$i"}"> |
426 | 426 |
<input type=hidden name="basefactor_$i" value="$form->{"basefactor_$i"}"> |
427 |
<input type=hidden name="adr_description_$i" value="$form->{"adr_description_$i"}"> |
|
428 | 427 |
|
429 | 428 |
|; |
430 | 429 |
|
... | ... | |
640 | 639 |
<input name="new_longdescription_$i" type=hidden value="$ref->{longdescription}"> |
641 | 640 |
<input name="new_not_discountable_$i" type=hidden value="$ref->{not_discountable}"> |
642 | 641 |
<input name="new_part_payment_id_$i" type=hidden value="$ref->{part_payment_id}"> |
643 |
<input name="new_adr_description_$i" type=hidden value="$ref->{adr_description}"> |
|
644 | 642 |
|
645 | 643 |
<input name="new_id_$i" type=hidden value=$ref->{id}> |
646 | 644 |
|
... | ... | |
703 | 701 |
$sellprice = $form->parse_amount(\%myconfig, $form->{"sellprice_$i"}); |
704 | 702 |
|
705 | 703 |
map { $form->{"${_}_$i"} = $form->{"new_${_}_$j"} } |
706 |
qw(id partnumber description sellprice listprice inventory_accno income_accno expense_accno bin unit weight assembly taxaccounts partsgroup formel alu longdescription not_discountable adr_description);
|
|
704 |
qw(id partnumber description sellprice listprice inventory_accno income_accno expense_accno bin unit weight assembly taxaccounts partsgroup formel alu longdescription not_discountable); |
|
707 | 705 |
if ($form->{"part_payment_id_$i"} ne "") { |
708 | 706 |
$form->{payment_id} = $form->{"part_payment_id_$i"}; |
709 | 707 |
} |
... | ... | |
940 | 938 |
my @a = (); |
941 | 939 |
my $count = 0; |
942 | 940 |
my @flds = ( |
943 |
qw(id partnumber description qty ship sellprice unit discount inventory_accno income_accno expense_accno listprice taxaccounts bin assembly weight projectnumber project_id oldprojectnumber runningnumber serialnumber partsgroup payment_id not_discountable shop ve gv buchungsgruppen_id adr_id language_values)
|
|
941 |
qw(id partnumber description qty ship sellprice unit discount inventory_accno income_accno expense_accno listprice taxaccounts bin assembly weight projectnumber project_id oldprojectnumber runningnumber serialnumber partsgroup payment_id not_discountable shop ve gv buchungsgruppen_id language_values) |
|
944 | 942 |
); |
945 | 943 |
|
946 | 944 |
|
Auch abrufbar als: Unified diff
ADR entfernt (kam aus Kundenprojekt und ist nicht fuer die allgemeine Lx-Office-Variante gedacht).