Ignore:
Timestamp:
2013/09/03 20:14:05 (11 years ago)
Author:
h_yoshimoto
Message:

#2323 税率という形で表記を統一

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/admin/basis/LC_Page_Admin_Basis_Tax.php

    r23158 r23183  
    2525 
    2626/** 
    27  * 税設定 のページクラス. 
     27 * 税設定 のページクラス. 
    2828 * 
    2929 * @package Page 
     
    4848        $this->tpl_mainno = 'basis'; 
    4949        $this->tpl_maintitle = '基本情報管理'; 
    50         $this->tpl_subtitle = '税設定'; 
     50        $this->tpl_subtitle = '税設定'; 
    5151        $masterData = new SC_DB_MasterData_Ex(); 
    5252        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
Note: See TracChangeset for help on using the changeset viewer.