Changeset 20991
- Timestamp:
- 2011/06/24 18:00:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/Smarty/templates/admin/order/product_select.tpl
r20980 r20991 106 106 product_id = form.product_id.value; 107 107 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 : ''; 109 109 classcat2 = productsClassCategories[product_id][classcat_id1]['#' + classcat_id2]; 110 110 // 商品規格
Note: See TracChangeset
for help on using the changeset viewer.