Hi, If you have an aggregate (configurable) product in the cart with the dropship supplier corresponding PO is not generated. This happens because in OrderServices.checkCreateDropShipPurchaseOrders when new ShoppingCartItem is created for the PO, it is not passed the configWrapper (a null is passed) and due to this ShoppingCartItem.makePurchaseOrderItem() on line 205 it throws CartItemModifyException.
Wondering how can I fix this - because it seems like at this point the config itself is not saved in product_config_config and original ShoppingCartItem is not passed in the context (not sure why). If original ShoppingCartItem was passed, corresponding configwrapper could have been passed to create corresponding PO item. Will appreciate faster response since this is breaking the flow. -- View this message in context: http://www.nabble.com/PO-creation-for-aggregated-product-for-a-drop-ship-group-is-broken--tp19614354p19614354.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.
