fixed Cancel customer link in new menu
authorJonathan Prykop <jonathan@freeside.biz>
Thu, 16 Jul 2015 03:10:12 +0000 (22:10 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Thu, 16 Jul 2015 03:10:12 +0000 (22:10 -0500)
httemplate/view/cust_main/menu.html

index c2547dd..f8ccc69 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',