Ignore:
Timestamp:
2013/07/30 16:01:59 (11 years ago)
Author:
habu
Message:

#2314 注文内容確認画面と受注メールに「注文者情報」を出力する

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php

    r23011 r23013  
    4141    { 
    4242        parent::init(); 
    43         $this->tpl_title = '入力内容のご確認'; 
     43        $this->tpl_title = '入力内容のご確認'; 
    4444        $masterData = new SC_DB_MasterData_Ex(); 
    4545        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
    4646        $this->arrSex = $masterData->getMasterData('mtb_sex'); 
     47        $this->arrJob = $masterData->getMasterData('mtb_job'); 
    4748        $this->arrMAILMAGATYPE = $masterData->getMasterData('mtb_mail_magazine_type'); 
    4849        $this->arrReminder = $masterData->getMasterData('mtb_reminder'); 
Note: See TracChangeset for help on using the changeset viewer.