From 351de256e1cc650fd9b7c6d806da6bc4efddb933 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Wed, 23 Nov 2016 17:08:40 +0100 Subject: [PATCH] inventory_accno_id in IS.pm retrieve_item mit part_type ersetzt inventory_accno_id gibt es nicht mehr --- SL/IS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/IS.pm b/SL/IS.pm index b9e9010fb..568694720 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -2298,7 +2298,7 @@ sub retrieve_item { my $query = qq|SELECT p.id, p.partnumber, p.description, p.sellprice, - p.listprice, p.inventory_accno_id, p.lastcost, + p.listprice, p.part_type, p.lastcost, p.ean, p.notes, c1.accno AS inventory_accno, -- 2.20.1