From: Ivan Kohler Date: Sat, 9 Aug 2014 23:02:45 +0000 (-0700) Subject: show costs when ordering, RT#30462 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c9a033f478e3bcd58d75d12bc9b5ffbeaef663cd show costs when ordering, RT#30462 --- diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 59edc905f..0369374ff 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -154,6 +154,7 @@ tie my %rights, 'Tie::IxHash', 'Waive setup fee', #NEW 'View appointments', #NEWNEW 'Make appointment', + 'View package definition costs', #NEWNEW ], ### diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 143cd62ad..42e7ed258 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -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 ) {