From: Ivan Kohler Date: Tue, 7 Jul 2015 06:11:16 +0000 (-0700) Subject: hide the old typeset statements with a non-default (and not added on upgrade) ACL... X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=45ac1a8f1af9c7d63d296497a305b82f07eccab6;hp=03288b4611b99c583bb5eea0678160f2317a34e3;p=freeside.git 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 90a20ed50..9486c24e0 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 },