Ignore:
Timestamp:
2012/01/17 16:26:02 (12 years ago)
Author:
Seasoft
Message:

2.12系へマイルストーン変更となったチケット分を差し戻し
r21329 #1548
r21328 #1545

File:
1 edited

Legend:

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

    r21328 r21409  
    383383        // 読み込む列とテーブルの指定 
    384384        $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"; 
    385         $from = $objProduct->alldtlSQL(); 
     385        $from = $objProduct->alldtlSQL('del_flg = 0'); 
    386386 
    387387        $objQuery->setLimitOffset($limit, $offset); 
Note: See TracChangeset for help on using the changeset viewer.