Index: src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml
===================================================================
--- src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml	(revision 14294)
+++ src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml	(working copy)
@@ -226,6 +226,7 @@
         (SELECT M_Locator_ID FROM M_Locator WHERE M_Warehouse_ID=v_Warehouse_ID))
         AND(v_Product_Category_ID IS NULL
         OR p.M_Product_Category_ID=v_Product_Category_ID)
+        AND (o.AD_Org_ID=v_Org_ID OR o.AD_Org_ID IS NULL)  --Take Org specific information only for the current org.
         AND NOT EXISTS
         (SELECT *
         FROM M_InventoryLine l
