X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep401.php;fp=reporting%2Frep401.php;h=29c89f7226f013e83d15d1ab47f766525a939ca0;hb=45b9663b6305cb70c2f3f1782406232d3ed0d755;hp=096952c7bc4e8b9ddcc24dba1ebd9cd15d51c450;hpb=b7c529deab2a573dba40177dc8f50b0964df4cb8;p=fa-stable.git diff --git a/reporting/rep401.php b/reporting/rep401.php index 096952c7..29c89f72 100644 --- a/reporting/rep401.php +++ b/reporting/rep401.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 2; // ---------------------------------------------------------------- // $ Revision: 2.0 $ @@ -7,13 +16,13 @@ $page_security = 2; // date_: 2005-05-19 // Title: Bill Of Material // ---------------------------------------------------------------- -$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 . "inventory/includes/db/items_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"); +include_once($path_to_root . "/inventory/includes/db/items_db.inc"); //---------------------------------------------------------------------------------------------------- @@ -47,7 +56,7 @@ function print_bill_of_material() { global $path_to_root; - include_once($path_to_root . "reporting/includes/pdf_report.inc"); + include_once($path_to_root . "/reporting/includes/pdf_report.inc"); $frompart = $_POST['PARAM_0']; $topart = $_POST['PARAM_1'];