[freeside-commits] branch FREESIDE_3_BRANCH updated. c9a033f478e3bcd58d75d12bc9b5ffbeaef663cd
Ivan
ivan at 420.am
Sat Aug 9 16:02:46 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via c9a033f478e3bcd58d75d12bc9b5ffbeaef663cd (commit)
from fd438df9710dce77225b9560a887142f123b78ab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c9a033f478e3bcd58d75d12bc9b5ffbeaef663cd
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Aug 9 16:02:45 2014 -0700
show costs when ordering, RT#30462
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 59edc90..0369374 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 143cd62..42e7ed2 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 ) {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/AccessRight.pm | 1 +
FS/FS/access_right.pm | 1 +
2 files changed, 2 insertions(+)
More information about the freeside-commits
mailing list