Changes in db scheme: gl_trans.type_no optimized to int, changed lock_stock.reorder_l...
[fa-stable.git] / reporting / includes / header2.inc
index c783c915f44545e397ee514dfd578412727eadd9..538d152473c8f1493ba386f14deaf4768b4be605 100644 (file)
                $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;
 
                $this->Font();
                $temp = $iline6 - $this->lineHeight - 2;
-?>