Ignore:
Timestamp:
2008/04/04 19:50:56 (16 years ago)
Author:
satou
Message:

#265 顧客マスタCSVダウンロード時の「都道府県」および「職業」が空になる不具合を改修。

File:
1 edited

Legend:

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

    r16741 r17214  
    270270                    //- 都道府県/職業の変換 
    271271                    for($i = 0; $i < count($this->search_data); $i ++) { 
    272                         $this->search_data[$i]["pref"] = $arrPref[ $this->search_data[$i]["pref"] ]; 
    273                         $this->search_data[$i]["job"]  = $arrJob[ $this->search_data[$i]["job"] ]; 
     272                        $this->search_data[$i]["pref"] = $this->arrPref[ $this->search_data[$i]["pref"] ]; 
     273                        $this->search_data[$i]["job"]  = $this->arrJob[ $this->search_data[$i]["job"] ]; 
    274274                    } 
    275275 
Note: See TracChangeset for help on using the changeset viewer.