X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/e9135fb64c235ca041ea81da7c62c320f675c8a9..b3eb24ef367a8702a5535558cfaa8ebc5d297f2e:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index 6fa45dc10..f025663da 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -79,7 +79,7 @@ sub get_part { # retrieve assembly items $query = qq|SELECT p.id, p.partnumber, p.description, - p.sellprice, p.weight, a.qty, a.bom, p.unit, + p.sellprice, p.lastcost, p.weight, a.qty, a.bom, p.unit, pg.partsgroup FROM parts p JOIN assembly a ON (a.parts_id = p.id)