Ignore:
Timestamp:
2011/06/24 18:00:30 (13 years ago)
Author:
Seasoft
Message:

#1319 (新規受注入力 商品の追加でエラー)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/admin/order/product_select.tpl

    r20980 r20991  
    106106    product_id = form.product_id.value; 
    107107    classcat_id1 = form.classcategory_id1.value; 
    108     classcat_id2 = form.classcategory_id2 ? form.classcategory_id2.value : 0; 
     108    classcat_id2 = form.classcategory_id2 ? form.classcategory_id2.value : ''; 
    109109    classcat2 = productsClassCategories[product_id][classcat_id1]['#' + classcat_id2]; 
    110110    // 商品規格 
Note: See TracChangeset for help on using the changeset viewer.