X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep701.php;h=65211df69e36a05b8cb1c12b3a5ef23495efd6c3;hb=807baf36cadbb2452b15c2321bbcacdbc09a8951;hp=78dc2c7d91a7f794916eca23cfe91ec9f8be3895;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;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'));