[freeside-commits] branch FREESIDE_4_BRANCH updated. ce891927b64922ae7c305ca8c3793b8be1a3b909

Mark Wells mark at 420.am
Mon Jun 6 23:29:08 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  ce891927b64922ae7c305ca8c3793b8be1a3b909 (commit)
      from  236d885264964c81cb293791a3458f8823746704 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ce891927b64922ae7c305ca8c3793b8be1a3b909
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Jun 6 23:28:55 2016 -0700

    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 1df4afb..ab2d69d 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',

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/menu.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list