Author: paulfoxworthy Date: Thu Feb 28 13:45:34 2013 New Revision: 1451195 URL: http://svn.apache.org/r1451195 Log: Display states for default country in New Shipping Address for order https://issues.apache.org/jira/browse/OFBIZ-5125
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/images/js/OrderShippingInfo.js Modified: ofbiz/trunk/applications/order/webapp/ordermgr/images/js/OrderShippingInfo.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/images/js/OrderShippingInfo.js?rev=1451195&r1=1451194&r2=1451195&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/images/js/OrderShippingInfo.js (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/images/js/OrderShippingInfo.js Thu Feb 28 13:45:34 2013 @@ -27,5 +27,8 @@ jQuery(document).ready( function() { jQuery('#countryGeoId').change( function() { getAssociatedStateList('countryGeoId', 'stateProvinceGeoId', 'advice-required-stateProvinceGeoId', 'states'); }); + + // Populate state list based on default country + getAssociatedStateList('countryGeoId', 'stateProvinceGeoId', 'advice-required-stateProvinceGeoId', 'states'); } }); \ No newline at end of file