X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep708.php;h=7f9fa243aac2ad48db3ed222b82b10e2248fd44a;hb=45b9663b6305cb70c2f3f1782406232d3ed0d755;hp=97d2d95d73d4b928ea55c4ffe4c6f2effaa44eaa;hpb=b7c529deab2a573dba40177dc8f50b0964df4cb8;p=fa-stable.git diff --git a/reporting/rep708.php b/reporting/rep708.php index 97d2d95d..7f9fa243 100644 --- a/reporting/rep708.php +++ b/reporting/rep708.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- // $ Revision: 2.0 $ @@ -7,12 +16,12 @@ $page_security = 2; // date_: 2005-05-19 // Title: Trial Balance // ---------------------------------------------------------------- -$path_to_root="../"; +$path_to_root=".."; -include_once($path_to_root . "includes/session.inc"); -include_once($path_to_root . "includes/date_functions.inc"); -include_once($path_to_root . "includes/data_checks.inc"); -include_once($path_to_root . "gl/includes/gl_db.inc"); +include_once($path_to_root . "/includes/session.inc"); +include_once($path_to_root . "/includes/date_functions.inc"); +include_once($path_to_root . "/includes/data_checks.inc"); +include_once($path_to_root . "/gl/includes/gl_db.inc"); //---------------------------------------------------------------------------------------------------- @@ -55,7 +64,7 @@ function print_trial_balance() { global $path_to_root; - include_once($path_to_root . "reporting/includes/pdf_report.inc"); + include_once($path_to_root . "/reporting/includes/pdf_report.inc"); $dim = get_company_pref('use_dimension'); $dimension = $dimension2 = 0;