Revision c9b8ad08
Von Philip Reetz vor mehr als 17 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1794 | 1794 |
my $query = |
1795 | 1795 |
qq|SELECT |
1796 | 1796 |
p.id, p.partnumber, p.description, p.sellprice, |
1797 |
p.listprice, p.inventory_accno_id, |
|
1797 |
p.listprice, p.inventory_accno_id, p.lastcost,
|
|
1798 | 1798 |
|
1799 | 1799 |
c1.accno AS inventory_accno, |
1800 | 1800 |
c1.new_chart_id AS inventory_new_chart, |
bin/mozilla/io.pl | ||
---|---|---|
706 | 706 |
map { $form->{"${_}_$i"} = $form->{"new_${_}_$j"} } |
707 | 707 |
qw(id partnumber description sellprice listprice inventory_accno |
708 | 708 |
income_accno expense_accno bin unit weight assembly taxaccounts |
709 |
partsgroup formel longdescription not_discountable partnotes); |
|
709 |
partsgroup formel longdescription not_discountable partnotes lastcost);
|
|
710 | 710 |
if ($form->{"part_payment_id_$i"} ne "") { |
711 | 711 |
$form->{payment_id} = $form->{"part_payment_id_$i"}; |
712 | 712 |
} |
Auch abrufbar als: Unified diff
Der letzte Einkauspreis wurde nicht geladen und daher auch keine MArgenberechnung