details:   https://code.openbravo.com/erp/devel/pi/rev/ee45d9f4b830
changeset: 22335:ee45d9f4b830
user:      Gaurav Deshmukh <gaurav.deshmukh <at> openbravo.com>
date:      Tue Feb 04 17:39:02 2014 +0530
summary:   Fixes Issue 25408: MRP must not take into account generic products

diffstat:

 src-db/database/model/functions/MRP_RUN_INITIALIZE.xml |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r a7f8d171c573 -r ee45d9f4b830 
src-db/database/model/functions/MRP_RUN_INITIALIZE.xml
--- a/src-db/database/model/functions/MRP_RUN_INITIALIZE.xml    Mon Mar 03 
18:55:21 2014 +0100
+++ b/src-db/database/model/functions/MRP_RUN_INITIALIZE.xml    Tue Feb 04 
17:39:02 2014 +0530
@@ -92,6 +92,7 @@
                         AND p.ad_client_id = p_client_id
                         AND ((p_production = 'Y' AND p.ispurchased = 'N') OR 
(p_production = 'N' AND p.ispurchased = 'Y'))
                         AND p.isactive = 'Y'
+                        AND p.isgeneric = 'N'
                         AND (p_production = 'Y' OR
                              (p_vendor_id IS NULL
                              OR EXISTS (SELECT 1

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to