]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/IC.pm
Bei Erzeugnissen wurde bisher nur der VK addiert und ferner dann noch der VK-Preis...
[kivitendo-erp.git] / SL / IC.pm
index 6fa45dc10a7a37491ca2b8f00102e1e6e4d8261d..f025663dac166487895e0b19557e6bb25aae1186 100644 (file)
--- 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)