From 7e4374b490cd919d68a858247e98e0325f804882 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 27 Mar 2009 17:44:51 +0000 Subject: [PATCH] Fixed include file path in reports 104,303 --- CHANGELOG.txt | 5 +++++ reporting/rep104.php | 2 +- reporting/rep303.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0dfe258..b798ef8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +27-Mar-2009 Janusz Dobrowolski +# Fixed include file path in reports 104,303 +$ /reporting/rep104.php + /reporting/rep303.php + 26-Mar-2009 Janusz Dobrowolski # Fixed problems with cash invoices created after db upgrade. $ /includes/data_checks.inc diff --git a/reporting/rep104.php b/reporting/rep104.php index d8f8d3b..42eed72 100644 --- a/reporting/rep104.php +++ b/reporting/rep104.php @@ -24,7 +24,7 @@ include_once($path_to_root . "/includes/ui/ui_input.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 . "/sales/includes/db/sales_types_db.inc"); -include_once($path_to_root . "/inventory/includes/db/inventory_db.inc"); +include_once($path_to_root . "/inventory/includes/inventory_db.inc"); //---------------------------------------------------------------------------------------------------- diff --git a/reporting/rep303.php b/reporting/rep303.php index 4babe6e..f50361e 100644 --- a/reporting/rep303.php +++ b/reporting/rep303.php @@ -22,7 +22,7 @@ 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/inventory_db.inc"); +include_once($path_to_root . "/inventory/includes/inventory_db.inc"); //---------------------------------------------------------------------------------------------------- -- 2.30.2