Changeset 18657
- Timestamp:
- 2010/05/28 17:05:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4/data/class/pages/admin/products/LC_Page_Admin_Products.php
r18543 r18657 262 262 default: 263 263 // 読み込む列とテーブルの指定 264 $col = "product_id, name, main_list_image, status, product_code_min, product_code_max, price02_min, price02_max, stock_min, stock_max, stock_unlimited_min, stock_unlimited_max, update_date";265 $from = "vw_products_ allclass_detail AS alldtl";264 $col = "product_id, name, category_id, main_list_image, status, product_code, price01, price02, stock, stock_unlimited"; 265 $from = "vw_products_nonclass AS noncls "; 266 266 267 267 // 行数の取得
Note: See TracChangeset
for help on using the changeset viewer.