Changes to AgileBill
This commit is contained in:
@@ -77,8 +77,8 @@ class receipt_print extends FPDF
|
||||
// draw the logo
|
||||
function drawCompanyLogo() {
|
||||
$width = 50;
|
||||
if(is_file(PATH_THEMES.'default/images/invoice_logo.jpg'))
|
||||
$this->Image(PATH_THEMES.'default/images/invoice_logo.jpg',0,0,$width);
|
||||
if(is_file(PATH_THEMES.'default/images/logo-invoice.png'))
|
||||
$this->Image(PATH_THEMES.'default/images/logo-invoice.png',0,0,$width);
|
||||
}
|
||||
|
||||
// draw the company address
|
||||
@@ -90,4 +90,4 @@ class receipt_print extends FPDF
|
||||
$this->SetXY(0,40); $this->Cell(50,10, SITE_CITY. ", ". SITE_STATE . " " . SITE_ZIP);
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user