X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fheader2.inc;h=538d152473c8f1493ba386f14deaf4768b4be605;hb=927ebef2443b6dda544056e33ec84b71d2bdb6c2;hp=c783c915f44545e397ee514dfd578412727eadd9;hpb=fbf51ab0febfd0885620abcab8738339d156ff45;p=fa-stable.git diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index c783c915..538d1524 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -160,7 +160,7 @@ $this->row = $temp; $this->Text($mcol, $Addr2['name']); $this->NewLine(); - $this->TextWrapLines($mcol, $this->rightMargin - $mcol, $Addr2['address']); + $this->TextWrapLines($mcol, $this->rightMargin - $mcol, $Addr2['address'], 'left', 0, 0, NULL, 1); // Auxiliary document information $col = $this->leftMargin; @@ -213,4 +213,3 @@ $this->Font(); $temp = $iline6 - $this->lineHeight - 2; -?>