Author: ashish
Date: Sat Nov 21 10:48:38 2015
New Revision: 1715496
URL:
http://svn.apache.org/viewvc?rev=1715496&view=revLog:
Applied the bug fix from trunk revision r1715495
==============================================================================================
Applied bug fix from jira issue - OFBIZ-6741 - The state list is not populated when trying to add a shipping address from the Quick Finalize Order screen.
Thanks Aditya for reporting the issue and providing the fix for the same.
==============================================================================================
Modified:
ofbiz/branches/release14.12/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl
Modified: ofbiz/branches/release14.12/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl?rev=1715496&r1=1715495&r2=1715496&view=diff==============================================================================
--- ofbiz/branches/release14.12/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl (original)
+++ ofbiz/branches/release14.12/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl Sat Nov 21 10:48:38 2015
@@ -16,6 +16,7 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
+<#assign requestName><@ofbizUrl>${requestName}</@ofbizUrl></#assign>
<script type="text/javascript">
jQuery(document).ready(function() {
if (jQuery('#${dependentForm}').length) {