Include file conflict fix
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 17 Mar 2008 07:25:23 +0000 (07:25 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 17 Mar 2008 07:25:23 +0000 (07:25 +0000)
sales/manage/customer_branches.php
sales/manage/customers.php

index 8d7a17a6a8a21d16129ecab33a523986d6d82a99..ef2b2db91bfdc10473575e6ae780f9de25ae9251 100644 (file)
@@ -7,7 +7,6 @@ include($path_to_root . "/includes/session.inc");
 page(_("Customer Branches"));
 
 include($path_to_root . "/includes/ui.inc");
-include($path_to_root . "/includes/data_checks.inc");
 
 //-----------------------------------------------------------------------------------------------
 
index bba429660282b90b88c392efd39cda1b4df3a34f..6462eb2701e895c61c193c7e890901b15b0e978e 100644 (file)
@@ -9,7 +9,6 @@ page(_("Customers"));
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/banking.inc");
 include_once($path_to_root . "/includes/ui.inc");
-include_once($path_to_root . "/includes/data_checks.inc");
 
 if (isset($_GET['New']) || !isset($_POST['customer_id']) || $_POST['customer_id'] == "") 
 {