show costs when ordering, RT#30462
authorIvan Kohler <ivan@freeside.biz>
Sat, 9 Aug 2014 23:02:45 +0000 (16:02 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sat, 9 Aug 2014 23:02:45 +0000 (16:02 -0700)
FS/FS/AccessRight.pm
FS/FS/access_right.pm

index 59edc90..0369374 100644 (file)
@@ -154,6 +154,7 @@ tie my %rights, 'Tie::IxHash',
     'Waive setup fee', #NEW
     'View appointments', #NEWNEW
     'Make appointment',
+    'View package definition costs', #NEWNEW
   ],
   
   ###
index 143cd62..42e7ed2 100644 (file)
@@ -243,6 +243,7 @@ sub _upgrade_data { # class method
     'Configuration' => 'Alarm global configuration',
     'Edit global package definitions' => 'Edit package definition costs',
     'Configuration' => 'Edit global fee definitions',
+    'Edit package definition costs' => 'View package definition costs',
   );
 
 #  foreach my $old_acl ( keys %onetime ) {