Changes to AgileBill

This commit is contained in:
Deon George
2009-08-03 14:10:16 +10:00
parent 0a22cfe22c
commit 27aee719b0
1051 changed files with 219109 additions and 117219 deletions

View File

@@ -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);
}
}
?>
?>