Author: jleroux
Date: Fri Apr 25 15:48:40 2014
New Revision: 1590063

URL: http://svn.apache.org/r1590063
Log:
Fixes a bug which slipped in with r1589869. Thanks to Jacopo who spotted him, 
related to OFBIZ-5223 and OFBIZ-5224

Modified:
    
ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.xml

Modified: 
ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.xml?rev=1590063&r1=1590062&r2=1590063&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.xml
 (original)
+++ 
ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.xml
 Fri Apr 25 15:48:40 2014
@@ -175,7 +175,7 @@ under the License.
                     <condition>
                         <or>
                             <if-compare 
field="parameters.failIfItemsAreNotAvailable" operator="equals" value="Y" 
type="String"/>
-                            <if-compare 
field="parameters.failIfItemsAreNotOnHand" operator="equals" value="Y" 
type="String"/>
+                            <if-empty 
field="parameters.failIfItemsAreNotOnHand"/>
                         </or>
                     </condition>
                     <then>


Reply via email to