projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e51731
)
Rerun, forgot global variable.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 26 Oct 2011 13:20:29 +0000
(15:20 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 26 Oct 2011 13:20:29 +0000
(15:20 +0200)
sales/manage/customers.php
patch
|
blob
|
history
diff --git
a/sales/manage/customers.php
b/sales/manage/customers.php
index 16c73bc74690ee1d581d1db36de5d75188055cca..d8b85dfdb2e7dc8b4623bcd91658ec4fcf69dae6 100644
(file)
--- 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)
{