Ticket #2315 (closed バグ指摘: 修正済)
管理画面−> 商品管理-> 商品コードの検索で削除した規格が検索される
Reported by: | nanasess | Owned by: | nanasess |
---|---|---|---|
Priority: | 中 | Milestone: | EC-CUBE2.13.0 |
Component: | 管理画面 | Version: | 2.12.5 |
Keywords: | Cc: | ||
修正済み: | yes |
Description
以下のパッチで修正可能
-
data/class/pages/admin/products/LC_Page_Admin_Products.php
a b 291 291 break; 292 292 // 商品コード 293 293 case 'search_product_code': 294 $where .= ' AND product_id IN (SELECT product_id FROM dtb_products_class WHERE product_code ILIKE ? )';294 $where .= ' AND product_id IN (SELECT product_id FROM dtb_products_class WHERE product_code ILIKE ? AND del_flg = 0)'; 295 295 $arrValues[] = sprintf('%%%s%%', $objFormParam->getValue($key)); 296 296 break; 297 297 // 商品名
Change History
Note: See
TracTickets for help on using
tickets.
r23034 で修正しました