golja opened a new pull request, #959: URL: https://github.com/apache/ofbiz-framework/pull/959
As described in the jira ticket [OFBIZ-13358](https://issues.apache.org/jira/browse/OFBIZ-13358), currently, when a purchase order contains more than one item and inventory is received from the ‘Receive Inventory Against Purchase Order’ screen, the invoice generated by the system reports only the first item processed, while the remaining items are ignored. This PR splits the original request-map 'issueOrderItemToShipmentAndReceiveAgainstPO' into two request-maps: the first creates the shipment items, and the second receives them. Two of the existing services, 'issueOrderItemToShipment' and 'receiveInventoryProduct' have been used instead of the specialized service 'issueOrderItemToShipmentAndReceiveAgainstPO', which was causing the issue with the invoice. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
