Revision fcde4c20
Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt
SL/DO.pm | ||
---|---|---|
779 | 779 |
# stuff different from the whole will not be overwritten, but saved with a suffix. |
780 | 780 |
$query = |
781 | 781 |
qq|SELECT doi.id AS delivery_order_items_id, |
782 |
p.partnumber, p.assembly, p.listprice, doi.description, doi.qty,
|
|
782 |
p.partnumber, p.part_type, p.listprice, doi.description, doi.qty,
|
|
783 | 783 |
doi.sellprice, doi.parts_id AS id, doi.unit, doi.discount, p.notes AS partnotes, |
784 | 784 |
doi.reqdate, doi.project_id, doi.serialnumber, doi.lastcost, |
785 | 785 |
doi.ordnumber, doi.transdate, doi.cusordnumber, doi.longdescription, |
Auch abrufbar als: Unified diff
Ware/Erzeugnis/Dienstleistung per parts.part_type unterscheiden 2
kivitendo Code angepasst.