Ignore:
Timestamp:
2011/11/11 00:18:04 (12 years ago)
Author:
Seasoft
Message:

#1545 (SC_Product#alldtlSQL dtb_products_class.del_flg = 0 を常に付加する)

File:
1 edited

Legend:

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

    r21229 r21328  
    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('del_flg = 0'); 
     385        $from = $objProduct->alldtlSQL(); 
    386386 
    387387        $objQuery->setLimitOffset($limit, $offset); 
Note: See TracChangeset for help on using the changeset viewer.