[ 
https://issues.apache.org/jira/browse/OFBIZ-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13683861#comment-13683861
 ] 

Pierre Smits commented on OFBIZ-5224:
-------------------------------------

In revision 1091339 following line

<if-compare field="parameters.failIfItemsAreNotAvailable" operator="equals" 
value="Y" type="String"/>

was replaced by

<if-empty field="parameters.failIfItemsAreNotOnHand"/>

The reason registered for the change was:
"Fixed bug that was causing, under some circumstances 
(failIfItemsAreNotAvailable set to N with not enough inventory on hand), 
negative qoh."

Removal of the line is, as I surmise, based on wrong assumptions.
                
> In productionrun when failIfItemsAreNotAvailable=N an error is generated and 
> production run stops
> -------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5224
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5224
>             Project: OFBiz
>          Issue Type: Bug
>          Components: manufacturing
>    Affects Versions: SVN trunk
>            Reporter: Pierre Smits
>             Fix For: SVN trunk
>
>
> In a production run there is the possibility to continue even when inventory 
> of a component is not equal to the quantity required. This is done in the 
> section 'Materials Required By The Running Task' by setting the paramater 
> 'failIfItemsAreNotAvailable' to 'N'. 
> However, when doing so the production run doesn't continue and generates the 
> error:
> The Following Errors Occurred:
> Error:<br/> Materials Not Available in Warehouse CPU-586: 33 <br/> Error 
> trying to begin transaction, could not process method: The current 
> transaction is marked for rollback, not beginning a new transaction and 
> aborting current operation; the rollbackOnly was caused by: Error in 
> simple-method [Issues the Inventory for a Production Run Task Component 
> [file:/ofbiz-trunk/applications/manufacturing/script/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.xml#issueProductionRunTaskComponent]]:
>  ; [Materials Not Available in Warehouse CPU-586: 33] <br/> <br/>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to