From 52114b18b6b345fa823479c5225f35aea049ee3a Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 26 Oct 2011 15:20:29 +0200 Subject: [PATCH] Rerun, forgot global variable. --- sales/manage/customers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sales/manage/customers.php b/sales/manage/customers.php index 16c73bc7..d8b85dfd 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -72,7 +72,7 @@ function can_process() function handle_submit(&$selected_id) { - global $path_to_root, $Ajax; + global $path_to_root, $Ajax, $auto_create_branch; if (!can_process()) return; @@ -173,7 +173,7 @@ if (isset($_POST['delete'])) function customer_settings($selected_id) { - global $SysPrefs, $path_to_root; + global $SysPrefs, $path_to_root, $auto_create_branch; if (!$selected_id) { -- 2.30.2