[freeside-commits] branch FREESIDE_3_BRANCH updated. 5d732af21cd82b8788022bae78509564604a08b7

Ivan ivan at 420.am
Sun Nov 17 22:59:54 PST 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  5d732af21cd82b8788022bae78509564604a08b7 (commit)
      from  d705687fb371ac04ed371ce2de8a4bb2fc25ee18 (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 5d732af21cd82b8788022bae78509564604a08b7
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Nov 17 22:59:54 2013 -0800

    fix decription of "Credit card void" ACL, RT#26089

diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 33d4430..98ba871 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -237,7 +237,7 @@ tie my %rights, 'Tie::IxHash',
   # customer voiding rights..
   ###
   'Customer payment void rights' => [
-    { rightname=>'Credit card void', desc=>'Enable local-only voiding of echeck payments in addition to refunds against the payment gateway.' }, #aka. cc-void 
+    { rightname=>'Credit card void', desc=>'Enable local-only voiding of credit card payments in addition to refunds against the payment gateway.' }, #aka. cc-void 
     { rightname=>'Echeck void', desc=>'Enable local-only voiding of echeck payments in addition to refunds against the payment gateway.' }, #aka. echeck-void
     'Void payments',
     { rightname=>'Unvoid payments', desc=>'Enable unvoiding of voided payments' }, #aka. unvoid 

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

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




More information about the freeside-commits mailing list