Ignore:
Timestamp:
2011/08/03 21:28:10 (13 years ago)
Author:
kajiwara
Message:

#1289 管理画面側の表記を再度「顧客」に統一(会員・非会員等 一部は会員にしている部分あり)

File:
1 edited

Legend:

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

    r20970 r21118  
    102102        switch ($this->getMode()) { 
    103103        case 'delete': 
    104             // 商品、子テーブル(商品規格)、会員お気に入り商品の削除 
     104            // 商品、子テーブル(商品規格)、顧客お気に入り商品の削除 
    105105            $this->doDelete("product_id = ?", array($objFormParam->getValue('product_id'))); 
    106106            // 件数カウントバッチ実行 
Note: See TracChangeset for help on using the changeset viewer.