From 76bf98af668225a893150347998aea8cc0856c7d Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Wed, 15 Jul 2015 22:10:12 -0500 Subject: [PATCH] fixed Cancel customer link in new menu --- httemplate/view/cust_main/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.11.0