X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep709.php;h=ad6f59d0780200533a92616ef900ec8ae4eba261;hb=64ece402c019dd54bd6ca9882fd300362ef42871;hp=ac058d31ec7777b6436a91edafaa71940619448d;hpb=b84f522e706bdbb03201133aab667e4ff57a4c5d;p=fa-stable.git diff --git a/reporting/rep709.php b/reporting/rep709.php index ac058d31..ad6f59d0 100644 --- a/reporting/rep709.php +++ b/reporting/rep709.php @@ -101,7 +101,7 @@ function print_tax_report() 1 => array('text' => _('Period'), 'from' => $from, 'to' => $to), 2 => array('text' => _('Type'), 'from' => $summary, 'to' => '')); - $cols = array(0, 80, 130, 180, 290, 370, 455, 505, 555); + $cols = array(0, 100, 130, 180, 290, 370, 420, 470, 520); $headers = array(_('Trans Type'), _('Ref'), _('Date'), _('Name'), _('Branch Name'), _('Net'), _('Rate'), _('Tax'));