Ignore:
Timestamp:
2011/02/14 01:31:44 (15 years ago)
Author:
AMUAMU
Message:

#965 (リファクタリング [管理画面]顧客管理) LC_Page_Admin_Customer.php 修正
#850 (顧客CSV 列追加時にロジックの変更を不要に) の対応
#657 (CSVダウンロードの改善) に関するリファクタリング
#812 (管理画面でトランザクションIDを使用する)に対応

SC_Helper_mail::sfSendRegistMail() の追加(登録/仮登録メール送信)
SC_Helper_Customer::sfGetCustomerDataFromId() の追加(ただし他のリファクタリングと被ったので後日再リファクタリング必要)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_FormParam.php

    r20133 r20160  
    204204                case 'MIN_LENGTH_CHECK': 
    205205                case 'NUM_COUNT_CHECK': 
     206                case 'KANABLANK_CHECK': 
    206207                    $this->recursionCheck($this->disp_name[$cnt], $func, 
    207208                                          $this->param[$cnt], $objErr->arrErr, 
Note: See TracChangeset for help on using the changeset viewer.