X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep501.php;h=09d6203f1e93e5342ca65394a5994824b860c6c0;hb=604d89ac6d18712d8b55bed821afe07b7106db3d;hp=d0c270f40c5707a00ea01d45cbfa92fe33e0c6a4;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/reporting/rep501.php b/reporting/rep501.php index d0c270f4..09d6203f 100644 --- a/reporting/rep501.php +++ b/reporting/rep501.php @@ -1,18 +1,27 @@ . +***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- // $ Revision: 2.0 $ // Creator: Joe Hunt // date_: 2005-05-19 -// Title: Bill Of Material +// Title: Dimension Summary // ---------------------------------------------------------------- -$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"); //---------------------------------------------------------------------------------------------------- @@ -62,7 +71,7 @@ function print_dimension_summary() { global $path_to_root; - include_once($path_to_root . "reporting/includes/pdf_report.inc"); + include_once($path_to_root . "/reporting/includes/pdf_report.inc"); $fromdim = $_POST['PARAM_0']; $todim = $_POST['PARAM_1'];