summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-07-15 22:10:12 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-07-15 22:10:12 -0500
commit76bf98af668225a893150347998aea8cc0856c7d (patch)
tree6e7d63e027afacdb0d7197d45e8e074fe8967f7a
parentedba2cf4853c062f7f8bf4a41cd429559b548ffc (diff)
fixed Cancel customer link in new menu
-rw-r--r--httemplate/view/cust_main/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index c2547dd5e..f8ccc69a5 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',