X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FOE.pm;h=61360996b658c813bdf6b11154ccbdca52ab25b8;hb=9c228f168c91f538bd70278a481462618a782e0b;hp=2ff682bde1ef46e76755c3755b5c347cc8f9e6bc;hpb=2a795624e688aac06545b650217b947a0f08a899;p=kivitendo-erp.git diff --git a/SL/OE.pm b/SL/OE.pm index 2ff682bde..61360996b 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -869,7 +869,7 @@ sub retrieve { c2.accno AS income_accno, c2.new_chart_id AS income_new_chart, date($transdate) - c2.valid_from as income_valid, c3.accno AS expense_accno, c3.new_chart_id AS expense_new_chart, date($transdate) - c3.valid_from as expense_valid, oe.ordnumber AS ordnumber_oe, oe.transdate AS transdate_oe, oe.cusordnumber AS cusordnumber_oe, - p.partnumber, p.assembly, o.description, o.qty, + p.partnumber, p.assembly, p.listprice, o.description, o.qty, o.sellprice, o.parts_id AS id, o.unit, o.discount, p.bin, p.notes AS partnotes, p.inventory_accno_id AS part_inventory_accno_id, o.reqdate, o.project_id, o.serialnumber, o.ship, o.lastcost, o.ordnumber, o.transdate, o.cusordnumber, o.subtotal, o.longdescription,