From b368791672016b32791f0042773ee39c717f2d8d Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 17 Mar 2008 09:22:17 +0000 Subject: [PATCH] Include file conflict fix --- gl/manage/bank_accounts.php | 1 - manufacturing/inquiry/where_used_inquiry.php | 1 - purchasing/manage/suppliers.php | 1 - 3 files changed, 3 deletions(-) diff --git a/gl/manage/bank_accounts.php b/gl/manage/bank_accounts.php index 4c8c6446..14b4e794 100644 --- a/gl/manage/bank_accounts.php +++ b/gl/manage/bank_accounts.php @@ -7,7 +7,6 @@ include($path_to_root . "/includes/session.inc"); page(_("Bank Accounts")); include($path_to_root . "/includes/ui.inc"); -include($path_to_root . "/includes/data_checks.inc"); if (isset($_GET['selected_id'])) { diff --git a/manufacturing/inquiry/where_used_inquiry.php b/manufacturing/inquiry/where_used_inquiry.php index a31adc8d..c68b42df 100644 --- a/manufacturing/inquiry/where_used_inquiry.php +++ b/manufacturing/inquiry/where_used_inquiry.php @@ -8,7 +8,6 @@ page(_("Inventory Item Where Used Inquiry")); //include($path_to_root . "/includes/date_functions.inc"); include($path_to_root . "/includes/ui.inc"); -include($path_to_root . "/includes/data_checks.inc"); check_db_has_stock_items(_("There are no items defined in the system.")); diff --git a/purchasing/manage/suppliers.php b/purchasing/manage/suppliers.php index 82a651c8..6745d7b9 100644 --- a/purchasing/manage/suppliers.php +++ b/purchasing/manage/suppliers.php @@ -9,7 +9,6 @@ page(_("Suppliers")); //include($path_to_root . "/includes/date_functions.inc"); include($path_to_root . "/includes/ui.inc"); -include($path_to_root . "/includes/data_checks.inc"); check_db_has_tax_groups(_("There are no tax groups defined in the system. At least one tax group is required before proceeding.")); -- 2.30.2