diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-15 22:10:12 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-15 22:10:12 -0500 |
commit | 76bf98af668225a893150347998aea8cc0856c7d (patch) | |
tree | 6e7d63e027afacdb0d7197d45e8e074fe8967f7a | |
parent | edba2cf4853c062f7f8bf4a41cd429559b548ffc (diff) |
fixed Cancel customer link in new menu
-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 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', |