[0004904] Customer Credit Note: fixed invalid inventory GL postings for service items.
[fa-stable.git] / reporting / includes / header2.inc
index c76ae9f60d3161de3c0039efe610eaac88a29838..95b3a7e249157abcb31d081588a4ea0403e8dd5e 100644 (file)
@@ -59,7 +59,6 @@
                {
                        $this->LineTo($col += $width, $iline2,$col, $iline4);
                }
-               $this->LineTo($right, $iline2 ,$right, $iline4);
                $this->LineTo($this->leftMargin, $iline5 ,$this->leftMargin, $iline7);
                if ($this->l['a_meta_dir'] == 'rtl') // avoid line overwrite in rtl language
                        $this->LineTo($this->cols[$cols - 2], $iline5 ,$this->cols[$cols - 2], $iline7);
                $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;
-?>