fix Cancel customer link in 4.x, backport from master
authorMark Wells <mark@freeside.biz>
Tue, 7 Jun 2016 06:28:55 +0000 (23:28 -0700)
committerMark Wells <mark@freeside.biz>
Tue, 7 Jun 2016 06:28:55 +0000 (23:28 -0700)
httemplate/view/cust_main/menu.html

index 1df4afb..ab2d69d 100644 (file)
@@ -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',