From 4438ac8995ba86eeef3f20fa246583eebf5bc3cd Mon Sep 17 00:00:00 2001 From: "Martin Helmling martin.helmling@octosoft.eu" Date: Thu, 1 Dec 2016 11:48:29 +0100 Subject: [PATCH] BUGFIX: p.inventory_accno_id raus --- SL/IR.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/IR.pm b/SL/IR.pm index a0bf6cdf6..48b2fd662 100644 --- a/SL/IR.pm +++ b/SL/IR.pm @@ -1277,7 +1277,7 @@ sub retrieve_item { p.id, p.partnumber, p.description, p.lastcost AS sellprice, p.listprice, p.unit, p.part_type, p.onhand, p.formel, p.notes AS partnotes, p.notes AS longdescription, p.not_discountable, - p.inventory_accno_id, p.price_factor_id, + p.price_factor_id, p.ean, pfac.factor AS price_factor, -- 2.20.1