From 76e0d8ce10ae41b04496fcee4bf282b6d54ad4d6 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 4 Aug 2007 09:08:34 +0000 Subject: [PATCH] *** empty log message *** --- reporting/includes/pdf_report.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reporting/includes/pdf_report.inc b/reporting/includes/pdf_report.inc index 0a3e3906..72cc3390 100644 --- a/reporting/includes/pdf_report.inc +++ b/reporting/includes/pdf_report.inc @@ -456,7 +456,7 @@ class FrontReport extends Cpdf $this->fontSize -= 4; $this->Text($ccol, $doc_Address, $ccol2 + 40); - $this->Text($ccol2 + 40, $doc_Phone_Fax_Email, $mcol); + $this->Text($ccol2 + 30, $doc_Phone_Fax_Email, $mcol); $this->Text($mcol , $doc_Bank, $mcol2); $this->Text($mcol2, $doc_Bank_Account); $this->fontSize += 4; @@ -470,11 +470,11 @@ class FrontReport extends Cpdf $this->Text($ccol, $adr[$i], $ccol2 + 40); } $this->row = $adrline; - $this->Text($ccol2 + 40, $this->company['phone'], $mcol); + $this->Text($ccol2 + 30, $this->company['phone'], $mcol); $this->NewLine(); - $this->Text($ccol2 + 40, $this->company['fax'], $mcol); + $this->Text($ccol2 + 30, $this->company['fax'], $mcol); $this->NewLine(); - $this->Text($ccol2 + 40, $this->company['email'], $mcol); + $this->Text($ccol2 + 30, $this->company['email'], $mcol); // fetch this later $this->row = $adrline; $this->Text($mcol, $bankaccount['bank_name'], $mcol2); -- 2.30.2