From: Mark Wells Date: Tue, 7 Jun 2016 06:28:55 +0000 (-0700) Subject: fix Cancel customer link in 4.x, backport from master X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ce891927b64922ae7c305ca8c3793b8be1a3b909;p=freeside.git fix Cancel customer link in 4.x, backport from master --- 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',