On Apr 24, 2014, at 10:23 PM, [email protected] wrote: > <simple-method method-name="issueProductionRunTask" > short-description="Issues the Inventory for a Production Run Task" > login-required="false"> > <entity-one entity-name="WorkEffort" value-field="workEffort"/> > @@ -159,7 +174,7 @@ under the License. > <if> > <condition> > <or> > - <if-empty > field="parameters.failIfItemsAreNotOnHand"/> > + <if-compare > field="parameters.failIfItemsAreNotAvailable" operator="equals" value="Y" > type="String"/> > <if-compare > field="parameters.failIfItemsAreNotOnHand" operator="equals" value="Y" > type="String"/> > </or> > </condition>
I suspect this should not be part of the commit. Jacopo
