X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep701.php;h=65211df69e36a05b8cb1c12b3a5ef23495efd6c3;hb=da7df35c61205d0b1af47d286be591b8a3194b0c;hp=5c7c829e0c5231f8815745bdcd87a9d2e49c826d;hpb=fbf51ab0febfd0885620abcab8738339d156ff45;p=fa-stable.git diff --git a/reporting/rep701.php b/reporting/rep701.php index 5c7c829e..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')); @@ -143,4 +142,3 @@ function print_Chart_of_Accounts() $rep->End(); } -?> \ No newline at end of file