From 43ce9508e7855556be002a7ecf25ea9960c30b81 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 17 Mar 2008 07:25:23 +0000 Subject: [PATCH] Include file conflict fix --- sales/manage/customer_branches.php | 1 - sales/manage/customers.php | 1 - 2 files changed, 2 deletions(-) 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'] == "") { -- 2.30.2