details: https://code.openbravo.com/erp/stable/2.50/rev/4d7d2d05a157
changeset: 9646:4d7d2d05a157
user: Xabier Merino <xabier.merino <at> openbravo.com>
date: Thu Sep 01 16:28:40 2011 +0200
summary: Fixed issue 18350: If the product has lines in the org specific the
process M_Inventory_listcreate does not work properly
diffstat:
src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 3f0cd42e5d81 -r 4d7d2d05a157
src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml
--- a/src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml Thu Sep
01 13:23:48 2011 +0200
+++ b/src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml Thu Sep
01 16:28:40 2011 +0200
@@ -223,7 +223,7 @@
AND(v_Locator_ID IS NULL
OR s.M_Locator_ID=v_Locator_ID)
AND(v_ABC IS NULL
- OR o.ABC=v_ABC)
+ OR o.ABC=v_ABC AND o.AD_Org_ID = v_Org_ID)
AND(v_Warehouse_ID IS NULL
OR s.M_Locator_ID IN
(SELECT M_Locator_ID FROM M_Locator WHERE
M_Warehouse_ID=v_Warehouse_ID))
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits