Include file conflict fix
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 17 Mar 2008 09:22:17 +0000 (09:22 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 17 Mar 2008 09:22:17 +0000 (09:22 +0000)
gl/manage/bank_accounts.php
manufacturing/inquiry/where_used_inquiry.php
purchasing/manage/suppliers.php

index 4c8c6446ab8362be1d2d59d6fbee464bf58d2c14..14b4e7949bffe050d0665ce7fcec2951d53135b1 100644 (file)
@@ -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'])) 
 {
index a31adc8dfe8d8effb2c2d265d98ebb862ca92101..c68b42dfe43ecd3fdca0d3f8e08b4e67119b33f5 100644 (file)
@@ -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."));
 
index 82a651c82c5dc5a87046c915fc23b3bff097ac6a..6745d7b96f3c196ca64d17e9592599e566ac7b6f 100644 (file)
@@ -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."));