hide the old typeset statements with a non-default (and not added on upgrade) ACL...
authorIvan Kohler <ivan@freeside.biz>
Tue, 7 Jul 2015 06:11:15 +0000 (23:11 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 7 Jul 2015 06:11:15 +0000 (23:11 -0700)
httemplate/view/cust_main/menu.html

index 90a20ed..9486c24 100644 (file)
@@ -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
       },