Revision 351de256
Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
2298 | 2298 |
my $query = |
2299 | 2299 |
qq|SELECT |
2300 | 2300 |
p.id, p.partnumber, p.description, p.sellprice, |
2301 |
p.listprice, p.inventory_accno_id, p.lastcost,
|
|
2301 |
p.listprice, p.part_type, p.lastcost,
|
|
2302 | 2302 |
p.ean, p.notes, |
2303 | 2303 |
|
2304 | 2304 |
c1.accno AS inventory_accno, |
Auch abrufbar als: Unified diff
inventory_accno_id in IS.pm retrieve_item mit part_type ersetzt
inventory_accno_id gibt es nicht mehr