Changeset 18483


Ignore:
Timestamp:
2010/01/08 16:08:05 (14 years ago)
Author:
Yammy
Message:

管理画面の商品一覧ページで、規格未登録商品のproduct_code, price02 が表示されていなかった不具合を修正
http://svn.ec-cube.net/open_trac/ticket/577
での取り込みが原因でした

File:
1 edited

Legend:

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

    r18476 r18483  
    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, 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 "; 
     266                        $col = "product_id, name, category_id, main_list_image, status, product_code, price01, price02, stock, stock_unlimited"; 
     267                        $from = "vw_products_nonclass AS noncls "; 
    266268 
    267269                        // 行数の取得 
Note: See TracChangeset for help on using the changeset viewer.