svn commit: r1715500 - /ofbiz/branches/release12.04/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl

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

svn commit: r1715500 - /ofbiz/branches/release12.04/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl

ashish-18
Author: ashish
Date: Sat Nov 21 11:43:28 2015
New Revision: 1715500

URL: http://svn.apache.org/viewvc?rev=1715500&view=rev
Log:
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/release12.04/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl

Modified: ofbiz/branches/release12.04/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl?rev=1715500&r1=1715499&r2=1715500&view=diff
==============================================================================
--- ofbiz/branches/release12.04/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl (original)
+++ ofbiz/branches/release12.04/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl Sat Nov 21 11:43:28 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) {