Author: deepak
Date: Sat May 16 09:24:27 2015
New Revision: 1679715

URL: http://svn.apache.org/r1679715
Log:
Applied patch from jira issue OFBIZ-6382 -Create PO flow is broken

Thanks Nitesh Goyal for issue reporting and providing the patch.

Modified:
    
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/ShipSettings.groovy

Modified: 
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/ShipSettings.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/ShipSettings.groovy?rev=1679715&r1=1679714&r2=1679715&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/ShipSettings.groovy
 (original)
+++ 
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/ShipSettings.groovy
 Sat May 16 09:24:27 2015
@@ -81,7 +81,7 @@ if ("SALES_ORDER".equals(cart.getOrderTy
 
     companyId = cart.getBillToCustomerPartyId();
     if (companyId) {
-        facilityMaps = [:];
+        facilityMaps = [];
         facilities = from("Facility").where("ownerPartyId", 
companyId).cache(true).queryList();
 
         // if facilites is null then check the PartyRelationship where there 
is a relationship set for Parent & Child organization. Then also fetch the 
value of companyId from there.


Reply via email to