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:10:57 +0000 (23:10 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 7 Jul 2015 06:10:57 +0000 (23:10 -0700)
FS/FS/AccessRight.pm

index 1609f08..0493edd 100644 (file)
@@ -192,6 +192,7 @@ tie my %rights, 'Tie::IxHash',
     'View customer pending payments', #NEW
     'Edit customer pending payments', #NEW
     'View customer billing events', #NEW
+    'View legacy typeset statements', #new, but no need to phase in
   ],
   
   ###
@@ -457,6 +458,7 @@ sub default_superuser_rights {
     'Echeck void',
     'Void invoices',#people are overusing this when credits are more appropriate
     'Backdate credit',
+    'View legacy typeset statments',
   );
 
   no warnings 'uninitialized';