X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep701.php;h=2bfffade74b2ee4bb6ff385933db231422bb5263;hb=7840540918bfd37c886877a5d52e3ba0b3373289;hp=30e6aa05595ae67b6a58affc4482625bcae367da;hpb=2868af36843011d5f96da63e0ddeea05039a7bf5;p=fa-stable.git diff --git a/reporting/rep701.php b/reporting/rep701.php index 30e6aa05..2bfffade 100644 --- a/reporting/rep701.php +++ b/reporting/rep701.php @@ -28,7 +28,7 @@ include_once($path_to_root . "/gl/includes/gl_db.inc"); function display_type ($type, $typename, &$dec, &$rep, $showbalance, $level) { $printtitle = 0; //Flag for printing type name - + //Get Accounts directly under this group/type $result = get_gl_accounts(null, null, $type); while ($account=db_fetch($result)) @@ -40,7 +40,7 @@ function display_type ($type, $typename, &$dec, &$rep, $showbalance, $level) for ($sp=1; $sp<=$level; $sp++) { $prefix .= ' '; - } + } $printtitle = 1; $rep->row -= 4; $rep->TextCol(0, 1, $type); @@ -63,7 +63,7 @@ function display_type ($type, $typename, &$dec, &$rep, $showbalance, $level) $rep->AmountCol(3, 4, $balance, $dec); $rep->NewLine(); } - + //Get Account groups/types under this group/type $result = get_account_types(false, false, $type); while ($accounttype=db_fetch($result))