Changeset 21719 for branches/version-2_12-dev/data/class/SC_Fpdf.php
- Timestamp:
- 2012/04/09 04:32:30 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_Fpdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Fpdf.php
r21684 r21719 104 104 $arrInfo = $objDb->sfGetBasisData(); 105 105 106 $this->lfText(125, 60, $arrInfo['shop_name'], 8, 'B'); //ショップ名 107 $this->lfText(125, 63, $arrInfo['law_url'], 8); //URL 108 $this->lfText(125, 68, $arrInfo['law_company'], 8); //会社名 109 $text = '〒 '.$arrInfo['law_zip01'].' - '.$arrInfo['law_zip02']; 110 $this->lfText(125, 71, $text, 8); //郵便番号 111 $text = $this->arrPref[$arrInfo['law_pref']].$arrInfo['law_addr01']; 112 $this->lfText(125, 74, $text, 8); //都道府県+住所1 113 $this->lfText(125, 77, $arrInfo['law_addr02'], 8); //住所2 106 // ショップ名 107 $this->lfText(125, 60, $arrInfo['shop_name'], 8, 'B'); 108 // URL 109 $this->lfText(125, 63, $arrInfo['law_url'], 8); 110 // 会社名 111 $this->lfText(125, 68, $arrInfo['law_company'], 8); 112 // 郵便番号 113 $text = '〒 ' . $arrInfo['law_zip01'] . ' - ' . $arrInfo['law_zip02']; 114 $this->lfText(125, 71, $text, 8); 115 // 都道府県+所在地 116 $text = $this->arrPref[$arrInfo['law_pref']] . $arrInfo['law_addr01']; 117 $this->lfText(125, 74, $text, 8); 118 $this->lfText(125, 77, $arrInfo['law_addr02'], 8); 114 119 115 120 $text = 'TEL: '.$arrInfo['law_tel01'].'-'.$arrInfo['law_tel02'].'-'.$arrInfo['law_tel03'];
Note: See TracChangeset
for help on using the changeset viewer.
