Ignore:
Timestamp:
2011/08/29 15:53:39 (13 years ago)
Author:
system_friend
Message:

#1469 お気に入り商品に規格登録前の販売価格が表示される不具合を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php

    r21131 r21223  
    139139        $arrProduct_id  = array_slice($arrProduct_id, $startno, SEARCH_PMAX); 
    140140 
    141         $objQuery->setWhere($this->lfMakeWhere('', $arrProduct_id)); 
     141        $where = $this->lfMakeWhere('', $arrProduct_id); 
     142        $where .= ' AND del_flg = 0'; 
     143        $objQuery->setWhere($where); 
    142144        $objProduct->setProductsOrder('create_date', 'dtb_customer_favorite_products', 'DESC'); 
    143145        $arrProducts    = $objProduct->lists($objQuery, $arrProduct_id); 
Note: See TracChangeset for help on using the changeset viewer.