Deepak Agarwal created OFBIZ-5150: ------------------------------------- Summary: reserveProductInventory method looses priority attribute in oisgir for non serialized and non requireInventory Key: OFBIZ-5150 URL: https://issues.apache.org/jira/browse/OFBIZ-5150 Project: OFBiz Issue Type: Bug Components: product Affects Versions: SVN trunk Environment: ofbiz-r1335728 Reporter: Deepak Agarwal
reserveProductInventory method in InventoryReserveServices.xml is causing the priority to be null in OrderItemShipGrpInvRes at line around 284. <call-service service-name="reserveOrderItemInventory" in-map-name="reserveOisgirMap"/> Following is missing before calling the above service: <set from-field="parameters.priority" field="reserveOisgirMap.priority"/> -- 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