- Timestamp:
- 2011/11/11 00:18:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/helper/SC_Helper_DB.php
r21324 r21328 657 657 // 在庫無し商品の非表示 658 658 if (NOSTOCK_HIDDEN) { 659 $ sql_where_dtl= '(stock >= 1 OR stock_unlimited = 1)';660 $from = $objProduct->alldtlSQL($ sql_where_dtl);659 $where_products_class = '(stock >= 1 OR stock_unlimited = 1)'; 660 $from = $objProduct->alldtlSQL($where_products_class); 661 661 }else{ 662 662 $from = 'dtb_products as alldtl';
Note: See TracChangeset
for help on using the changeset viewer.
