Revision 8b797f8b
Von Sven Schöling vor fast 17 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1597 | 1597 |
push @options, $optiontexts{$key}; |
1598 | 1598 |
} |
1599 | 1599 |
|
1600 |
IC->all_parts(\%myconfig, \%$form); |
|
1601 |
|
|
1602 | 1600 |
# special case for lastcost |
1603 | 1601 |
$form->{l_lastcost} = "" if $form->{ledgerchecks}; |
1604 | 1602 |
|
... | ... | |
1642 | 1640 |
|
1643 | 1641 |
$form->{l_lastcost} = "" if ($form->{searchitems} eq 'assembly' && !$form->{bom}); |
1644 | 1642 |
|
1643 |
IC->all_parts(\%myconfig, \%$form); |
|
1644 |
|
|
1645 | 1645 |
my @columns = |
1646 | 1646 |
qw(partnumber description partsgroup bin onhand rop unit listprice linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost |
1647 | 1647 |
priceupdate weight image drawing microfiche invnumber ordnumber quonumber name serialnumber soldtotal deliverydate); |
Auch abrufbar als: Unified diff
Bugfix:
Bei einer Standardanfrage wurden die Mengen nicht mitangezeigt, weil die Datenbankanfrage gestartet wurde, bevor alle l_switches geparst wurden.