jacopoc opened a new pull request, #898: URL: https://github.com/apache/ofbiz-framework/pull/898
Fixed: Incorrect service call for internal requirement may trigger unnecessary production runs (OFBIZ-13270). When an internal requirement is approved, a production run should be automatically created to fulfill it. Previously, the system invoked a special service (createProductionRunsForProductBom) instead of the standard one (createProductionRun). As a result, the system not only created the production run for the required product, but also additional runs for all its sub-assemblies, even if those sub-assemblies were already available in the warehouse or had existing requirements in the system. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org