X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep601.php;h=32a83f51f096052847703c00871f3dfb0539b345;hb=e8f8879003c1918b59e6da26be7f3927115ec21f;hp=a6a178b5865a428c5694b16f95f84a91852fcc5b;hpb=ba80e275bd7d437b92dd62eec01d97e461c74bce;p=fa-stable.git diff --git a/reporting/rep601.php b/reporting/rep601.php index a6a178b5..32a83f51 100644 --- a/reporting/rep601.php +++ b/reporting/rep601.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- // $ Revision: 2.0 $ @@ -7,12 +16,12 @@ $page_security = 2; // date_: 2005-05-19 // Title: Bank Accounts Transactions // ---------------------------------------------------------------- -$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"); //---------------------------------------------------------------------------------------------------- @@ -48,7 +57,7 @@ function print_bank_transactions() { global $path_to_root; - include_once($path_to_root . "reporting/includes/pdf_report.inc"); + include_once($path_to_root . "/reporting/includes/pdf_report.inc"); $rep = new FrontReport(_('Bank Statement'), "BankStatement.pdf", user_pagesize());