[freeside-commits] branch FREESIDE_4_BRANCH updated. 45ac1a8f1af9c7d63d296497a305b82f07eccab6

Ivan ivan at 420.am
Mon Jul 6 23:11:17 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  45ac1a8f1af9c7d63d296497a305b82f07eccab6 (commit)
      from  03288b4611b99c583bb5eea0678160f2317a34e3 (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 45ac1a8f1af9c7d63d296497a305b82f07eccab6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 6 23:11:16 2015 -0700

    hide the old typeset statements with a non-default (and not added on upgrade) ACL, RT#34078

diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index 90a20ed..9486c24 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -452,9 +452,9 @@ my @menu = (
     },
 # separator, definitely
     {
-      label       => 'Download statement',
+      label       => 'Download PDF statement',
       url         => "view/cust_main_statement-pdf.cgi?$custnum",
-      acl         => 'List invoices',
+      acl         => 'View legacy typeset statements',
       condition   => sub {
         FS::cust_bill->count('custnum = ?', shift->custnum) > 0
       },

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

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




More information about the freeside-commits mailing list