From: Janusz Dobrowolski Date: Mon, 17 Mar 2008 07:25:23 +0000 (+0000) Subject: Include file conflict fix X-Git-Tag: v2.4.2~19^2~2169 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=43ce9508e7855556be002a7ecf25ea9960c30b81;p=fa-stable.git Include file conflict fix --- diff --git a/sales/manage/customer_branches.php b/sales/manage/customer_branches.php index 8d7a17a6..ef2b2db9 100644 --- a/sales/manage/customer_branches.php +++ b/sales/manage/customer_branches.php @@ -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"); //----------------------------------------------------------------------------------------------- diff --git a/sales/manage/customers.php b/sales/manage/customers.php index bba42966..6462eb27 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -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'] == "") {