retrieve_items in IR.pm bzgl. notes überarbeitet
[kivitendo-erp.git] / SL / IR.pm
index 55987af..b0aa134 100644 (file)
--- a/SL/IR.pm
+++ b/SL/IR.pm
@@ -1285,9 +1285,9 @@ sub retrieve_item {
     qq|SELECT
          p.id, p.partnumber, p.description, p.lastcost AS sellprice, p.listprice,
          p.unit, p.assembly, p.onhand, p.formel,
-         p.notes AS partnotes, p.notes AS longdescription, p.not_discountable,
+         p.not_discountable,
          p.inventory_accno_id, p.price_factor_id,
-         p.ean,
+         p.ean, p.notes,
 
          pfac.factor AS price_factor,