Ignore:
Timestamp:
2011/02/20 19:42:53 (15 years ago)
Author:
shutta
Message:

refs #965
メールマガジンの送付オプションの選択肢を修正。
mtb_magazine_typeじゃなくて、mtb_mail_magazine_typeを参照するのが正しいはず。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php

    r20237 r20261  
    5757        $this->arrReminder = $masterData->getMasterData("mtb_reminder"); 
    5858        $this->arrStatus = $masterData->getMasterData("mtb_customer_status"); 
    59         $this->arrMagazineType = $masterData->getMasterData("mtb_magazine_type"); 
     59        $this->arrMailMagazineType = $masterData->getMasterData("mtb_mail_magazine_type"); 
    6060 
    6161        // 日付プルダウン設定 
Note: See TracChangeset for help on using the changeset viewer.