diff options
author | Mark Wells <mark@freeside.biz> | 2016-06-06 23:28:55 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-06-06 23:28:55 -0700 |
commit | ce891927b64922ae7c305ca8c3793b8be1a3b909 (patch) | |
tree | e00834f0bdf3f14c775a223b94bd4f94dc1bb195 | |
parent | 236d885264964c81cb293791a3458f8823746704 (diff) |
fix Cancel customer link in 4.x, backport from master
-rw-r--r-- | httemplate/view/cust_main/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index 1df4afbed..ab2d69d34 100644 --- 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', |