Revision b6eb07c5
Von Jan Büren vor etwa 9 Jahren hinzugefügt
SL/IR.pm | ||
---|---|---|
1285 | 1285 |
qq|SELECT |
1286 | 1286 |
p.id, p.partnumber, p.description, p.lastcost AS sellprice, p.listprice, |
1287 | 1287 |
p.unit, p.assembly, p.onhand, p.formel, |
1288 |
p.not_discountable, |
|
1288 |
p.notes AS partnotes, p.notes AS longdescription, p.not_discountable,
|
|
1289 | 1289 |
p.inventory_accno_id, p.price_factor_id, |
1290 |
p.ean, p.notes,
|
|
1290 |
p.ean, |
|
1291 | 1291 |
|
1292 | 1292 |
pfac.factor AS price_factor, |
1293 | 1293 |
|
Auch abrufbar als: Unified diff
Revert "retrieve_items in IR.pm bzgl. notes überarbeitet"
This reverts commit 8ce157d5872ae618bddee07147e0f902a3b3e31d.
Die DB-Aliase werden doch benötigt.