[freeside-commits] branch FREESIDE_3_BRANCH updated. a31c3c63d893b38065f2b9e18235ba99ac412630

Ivan ivan at 420.am
Fri Mar 28 11:11:27 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  a31c3c63d893b38065f2b9e18235ba99ac412630 (commit)
      from  1b961dca9ac3d9904991926c73121b8e7a45a451 (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 a31c3c63d893b38065f2b9e18235ba99ac412630
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 28 11:11:24 2014 -0700

    bootstrap new fee ACLs, RT#25899 (also: new package definition costs ACL, RT#27140)

diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index d5ee968..143cd62 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -241,6 +241,8 @@ sub _upgrade_data { # class method
     'Bulk change customer packages' => 'Bulk move customer services',
     'Configuration' => 'Edit sales people',
     'Configuration' => 'Alarm global configuration',
+    'Edit global package definitions' => 'Edit package definition costs',
+    'Configuration' => 'Edit global fee definitions',
   );
 
 #  foreach my $old_acl ( keys %onetime ) {

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/access_right.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list