Ignore:
Timestamp:
2013/09/17 10:52:56 (11 years ago)
Author:
m_uehara
Message:

#2405 受注編集エスケープ漏れ対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/Smarty/templates/admin/order/edit.tpl

    r23184 r23224  
    8484 
    8585    $(document).ready(function() { 
    86         if(<!--{$arrForm.shipping_quantity.value}--> > 1){ 
     86        var shipping_quantity = escape('<!--{$arrForm.shipping_quantity.value|h}-->'); 
     87        if(shipping_quantity > 1){ 
    8788            $("input[name^='quantity[']").attr("disabled","disabled"); 
    8889        } 
Note: See TracChangeset for help on using the changeset viewer.