From: Janusz Dobrowolski Date: Mon, 17 Mar 2008 09:22:17 +0000 (+0000) Subject: Include file conflict fix X-Git-Tag: v2.4.2~19^2~2167 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=b368791672016b32791f0042773ee39c717f2d8d;p=fa-stable.git Include file conflict fix --- 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."));