From: Joe Hunt Date: Sat, 4 Aug 2007 09:08:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=4b4fecc8fa7fb7291fe97809a1289a90352b9517;p=textcart.git *** empty log message *** --- diff --git a/reporting/includes/pdf_report.inc b/reporting/includes/pdf_report.inc index 0a3e390..72cc339 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);