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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Deepak Dixit-5
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.