From: Joe Hunt Date: Wed, 26 Oct 2011 13:20:29 +0000 (+0200) Subject: Rerun, forgot global variable. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=00e11c6efcd64074c412e3501cac975060f62f58;p=textcart.git Rerun, forgot global variable. --- diff --git a/sales/manage/customers.php b/sales/manage/customers.php index 16c73bc..d8b85df 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) {