From: Joe Hunt Date: Sun, 31 Jul 2016 21:47:24 +0000 (+0200) Subject: Removed redundant line in reporting/includes/header2.inc. X-Git-Tag: v2.4.2~19^2~38 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=d652cbfe563f4ac1f733dccbb10746f5cceb9ff4 Removed redundant line in reporting/includes/header2.inc. --- diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index 979d09d6..95b3a7e2 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -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);