From: Jonathan Prykop Date: Thu, 16 Jul 2015 03:10:12 +0000 (-0500) Subject: fixed Cancel customer link in new menu X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=76bf98af668225a893150347998aea8cc0856c7d fixed Cancel customer link in new menu --- 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',