[freeside-commits] branch master updated. 3d88896c03e09483714c84a06106233081800f70

Ivan ivan at 420.am
Sat Aug 9 16:02:45 PDT 2014


The branch, master has been updated
       via  3d88896c03e09483714c84a06106233081800f70 (commit)
      from  61a098f3c2902a046a585d2b02f7e2c8494e7a83 (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 3d88896c03e09483714c84a06106233081800f70
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Aug 9 16:02:44 2014 -0700

    show costs when ordering, RT#30462

diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 8d4d67b..4e57032 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -153,6 +153,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 e6dadfa..87b052f 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -246,6 +246,7 @@ sub _upgrade_data { # class method
     'Edit global package definitions' => 'Edit package definition costs',
     'Add on-the-fly credit reason' => 'Add on-the-fly refund reason',
     '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