X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep707.php;fp=reporting%2Frep707.php;h=15690a09a23ac1e0e840d42b2e9a37f9a937d480;hb=ebc600101ceab69c06eac4b1bd4d1782af45de05;hp=e19c29fee14db86c90259da0cd401424eea9bb68;hpb=d48f1d6f613ffd8e7ab4fbc8840e0a8aab1ad3b6;p=fa-stable.git diff --git a/reporting/rep707.php b/reporting/rep707.php index e19c29fe..15690a09 100644 --- a/reporting/rep707.php +++ b/reporting/rep707.php @@ -9,7 +9,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 2; +$page_security = 'SA_GLANALYTIC'; // ---------------------------------------------------------------- // $ Revision: 2.0 $ // Creator: Joe Hunt @@ -243,6 +243,7 @@ function print_profit_and_loss_statement() $last = $account['parent']; $typename[$level] = $account['AccountTypeName']; $closing[$level] = $account['parent']; + $rep->row -= 4; $rep->TextCol(0, 5, $account['AccountTypeName']); $rep->row -= 4;