X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep701.php;h=65211df69e36a05b8cb1c12b3a5ef23495efd6c3;hb=7e6e0807990447d2977b970c3a0fd28dc9250194;hp=c3dfb3b6e4fff30acd341d23fa605a3a3abc8ce1;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep701.php b/reporting/rep701.php index c3dfb3b6..65211df6 100644 --- a/reporting/rep701.php +++ b/reporting/rep701.php @@ -104,9 +104,8 @@ function print_Chart_of_Accounts() include_once($path_to_root . "/reporting/includes/pdf_report.inc"); $orientation = ($orientation ? 'L' : 'P'); - $dec = 0; - $cols = array(0, 50, 300, 425, 500); + $cols = array(0, 60, 300, 425, 500); $headers = array(_('Account'), _('Account Name'), _('Account Code'), _('Balance')); @@ -116,7 +115,7 @@ function print_Chart_of_Accounts() $rep = new FrontReport(_('Chart of Accounts'), "ChartOfAccounts", user_pagesize(), 9, $orientation); if ($orientation == 'L') - $rep->recalculate_cols($cols); + recalculate_cols($cols); $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); @@ -143,4 +142,3 @@ function print_Chart_of_Accounts() $rep->End(); } -?> \ No newline at end of file