Warning that after the commit n.438295 if you try to create a new order from the back-end (order application) you will receive the following error:
org.ofbiz.base.util.GeneralException: Error rendering screen [component://order/widget/ordermgr/OrderEntryCartScreens.xml#ShowCart]: org.ofbiz.base.util.GeneralException: Error running BSH script at location [component://order/webapp/ordermgr/WEB-INF/actions/entry/showcart.bsh]: org.ofbiz.base.util.GeneralException: Error running BSH script at [component://order/webapp/ordermgr/WEB-INF/actions/entry/showcart.bsh], line [81]: Sourced file: component://order/webapp/ordermgr/WEB-INF/actions/entry/showcart.bsh : Method Invocation dispatcher.runSync : at Line: 81 : in file: component://order/webapp/ordermgr/WEB-INF/actions/entry/showcart.bsh : dispatcher .runSync ( "getProductInventorySummaryForItems" , UtilMisc .toMap ( "orderItems" , shoppingCart .makeOrderItems ( ) ) ) Target exception: org.ofbiz.service.ServiceValidationException: The following required parameter is missing: [getProductInventorySummaryForItems.mktgPkgATPMap]The following required parameter is missing: [getProductInventorySummaryForItems.mktgPkgQOHMap] (Sourced file: component://order/webapp/ordermgr/WEB-INF/actions/entry/showcart.bsh : Method Invocation dispatcher.runSync) (Error running BSH script at [component://order/webapp/ordermgr/WEB-INF/actions/entry/showcart.bsh], line [81]: Sourced file: component://order/webapp/ordermgr/WEB-INF/actions/entry/showcart.bsh : Method Invocation dispatcher.runSync : at Line: 81 : in file: component://order/webapp/ordermgr/WEB-INF/actions/entry/showcart.bsh : dispatcher .runSync ( "getProductInventorySummaryForItems" , UtilMisc .toMap ( "orderItems" , shoppingCart .makeOrderItems ( ) ) ) I have also try to do ant run-install to be sure that it doesn't depend from someone could have add some new fields/entities. I think that this commit has to be corrected or at least revert from the repository otherwise is not more possible to insert orders. I have not time to look at it why it happends. Thanks Marco
