Changeset 18657


Ignore:
Timestamp:
2010/05/28 17:05:31 (14 years ago)
Author:
kajiwara
Message:

merged r18483

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/class/pages/admin/products/LC_Page_Admin_Products.php

    r18543 r18657  
    262262                    default: 
    263263                        // 読み込む列とテーブルの指定 
    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 "; 
    266266 
    267267                        // 行数の取得 
Note: See TracChangeset for help on using the changeset viewer.