Changeset 16820


Ignore:
Timestamp:
2007/11/28 11:20:15 (16 years ago)
Author:
satou
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/products/LC_Page_Products_List.php

    r16808 r16820  
    383383        case 'price': 
    384384            $col = "DISTINCT price02_min, product_id, product_code_min, product_code_max," 
     385                . " name, comment1, comment2, comment3," 
     386                . " main_list_comment, main_image, main_list_image," 
    385387                . " price01_min, price01_max, price02_max," 
    386                 . " stock_min, stock_max, stock_unlimited_min," 
    387                 . " stock_unlimited_max, del_flg, status, name, comment1," 
    388                 . " comment2, comment3, main_list_comment, main_image," 
    389                 . " main_list_image, product_flag, deliv_date_id, sale_limit," 
    390                 . " point_rate, sale_unlimited, create_date, deliv_fee"; 
     388                . " stock_min, stock_max, stock_unlimited_min, stock_unlimited_max," 
     389                . " point_rate, sale_limit, sale_unlimited, deliv_date_id, deliv_fee," 
     390                . " status, product_flag, create_date, del_flg"; 
    391391            $from = "vw_products_allclass AS T1"; 
    392392            $order = "price02_min, product_id"; 
     
    396396        case 'date': 
    397397            $col = "DISTINCT create_date, product_id, product_code_min, product_code_max," 
     398                . " name, comment1, comment2, comment3," 
     399                . " main_list_comment, main_image, main_list_image," 
    398400                . " price01_min, price01_max, price02_min, price02_max," 
    399                 . " stock_min, stock_max, stock_unlimited_min," 
    400                 . " stock_unlimited_max, del_flg, status, name, comment1," 
    401                 . " comment2, comment3, main_list_comment, main_image," 
    402                 . " main_list_image, product_flag, deliv_date_id, sale_limit," 
    403                 . " point_rate, sale_unlimited, create_date, deliv_fee"; 
     401                . " stock_min, stock_max, stock_unlimited_min, stock_unlimited_max," 
     402                . " point_rate, sale_limit, sale_unlimited, deliv_date_id, deliv_fee," 
     403                . " status, product_flag, del_flg"; 
    404404            $from = "vw_products_allclass AS T1"; 
    405405            $order = "create_date DESC, product_id"; 
Note: See TracChangeset for help on using the changeset viewer.