Changes between Initial Version and Version 2 of Ticket #600


Ignore:
Timestamp:
2010/12/27 14:22:03 (15 years ago)
Author:
nanasess
Comment:

r19755 で修正

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #600

    • Property Owner changed from somebody to nanasess
    • Property Milestone changed from to EC-CUBE2.5.0
  • Ticket #600 – Description

    initial v2  
    11検索結果が1件の場合、下記のmaxがundefinedになっている為 
     2{{{ 
    23var fm = document.form1; 
    34var max = fm["pdf_order_id[]"].length; 
     5}}} 
    46 
     7{{{ 
    58-- 修正前 
    69function fnBoxChecked(check){ 
     
    1215    } 
    1316} 
    14  
     17}}} 
     18{{{ 
    1519-- 修正後 
    1620function fnBoxChecked(check){ 
     
    3135    } 
    3236} 
     37}}}