projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
236d885
)
fix Cancel customer link in 4.x, backport from master
author
Mark Wells
<mark@freeside.biz>
Tue, 7 Jun 2016 06:28:55 +0000
(23:28 -0700)
committer
Mark Wells
<mark@freeside.biz>
Tue, 7 Jun 2016 06:28:55 +0000
(23:28 -0700)
httemplate/view/cust_main/menu.html
patch
|
blob
|
history
diff --git
a/httemplate/view/cust_main/menu.html
b/httemplate/view/cust_main/menu.html
index
1df4afb
..
ab2d69d
100644
(file)
--- a/
httemplate/view/cust_main/menu.html
+++ b/
httemplate/view/cust_main/menu.html
@@
-224,7
+224,7
@@
my @menu = (
},
{
label => 'Cancel',
- popup => "misc/
suspend
_cust.html?custnum=$custnum",
+ popup => "misc/
cancel
_cust.html?custnum=$custnum",
acl => 'Cancel customer',
condition => sub { shift->ncancelled_pkgs > 0 },
actionlabel => 'Confirm Cancellation',