X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep701.php;h=65211df69e36a05b8cb1c12b3a5ef23495efd6c3;hb=6bcd87642330092910f5d6977845a76ac59350ac;hp=78dc2c7d91a7f794916eca23cfe91ec9f8be3895;hpb=8ffddf50ffbe93672c769e2cf0501d0f9125e2a0;p=fa-stable.git diff --git a/reporting/rep701.php b/reporting/rep701.php index 78dc2c7d..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'));