X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep701.php;h=78dc2c7d91a7f794916eca23cfe91ec9f8be3895;hb=fec081ddbcf4f2ceb4b325f30cfc1005e855b724;hp=c3dfb3b6e4fff30acd341d23fa605a3a3abc8ce1;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep701.php b/reporting/rep701.php index c3dfb3b6..78dc2c7d 100644 --- a/reporting/rep701.php +++ b/reporting/rep701.php @@ -116,7 +116,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 +143,3 @@ function print_Chart_of_Accounts() $rep->End(); } -?> \ No newline at end of file