Changeset 18016


Ignore:
Timestamp:
2009/05/19 18:59:52 (15 years ago)
Author:
Seasoft
Message:

#466: 納品書が複数ページに渡ると、ロゴの表示が乱れる問題を修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/SC_Fpdf.php

    r17909 r18016  
    9494        $this->setOrderData(); 
    9595        $this->setEtcData(); 
    96  
    97         //ロゴ画像 
    98         $logo_file = PDF_TEMPLATE_DIR . 'logo.png'; 
    99         $this->pdf->Image($logo_file, 124, 46, 40); 
    100  
    10196    } 
    10297 
     
    125120            $this->lfText(125, 83, $text, 8);      //Email 
    126121        } 
     122 
     123        //ロゴ画像 
     124        $logo_file = PDF_TEMPLATE_DIR . 'logo.png'; 
     125        $this->pdf->Image($logo_file, 124, 46, 40); 
    127126    } 
    128127 
Note: See TracChangeset for help on using the changeset viewer.