You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2015/11/21 12:07:33 UTC

svn commit: r1715497 - /ofbiz/branches/release13.07/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl

Author: ashish
Date: Sat Nov 21 11:07:33 2015
New Revision: 1715497

URL: http://svn.apache.org/viewvc?rev=1715497&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/release13.07/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl

Modified: ofbiz/branches/release13.07/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl?rev=1715497&r1=1715496&r2=1715497&view=diff
==============================================================================
--- ofbiz/branches/release13.07/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl (original)
+++ ofbiz/branches/release13.07/framework/common/webcommon/includes/setDependentDropdownValuesJs.ftl Sat Nov 21 11:07:33 2015
@@ -16,6 +16,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
+<#assign requestName><@o...@ofbizUrl></#assign>
 <script type="text/javascript">
 jQuery(document).ready(function() {
     if (jQuery('#${dependentForm}').length) {