From: Joe Hunt Date: Wed, 26 Oct 2011 13:20:29 +0000 (+0200) Subject: Rerun, forgot global variable. X-Git-Tag: 2.3-final~550 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=52114b18b6b345fa823479c5225f35aea049ee3a;p=fa-stable.git Rerun, forgot global variable. --- 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) {