fix Cancel customer link in 4.x, backport from master
[freeside.git] / 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',