[freeside-commits] branch master updated. 215135f92baa747ac64f1cc96996df4e32996ed8

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


The branch, master has been updated
       via  215135f92baa747ac64f1cc96996df4e32996ed8 (commit)
      from  e77413eda0cd0e13d0acd9edaae9fe1451248346 (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 215135f92baa747ac64f1cc96996df4e32996ed8
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Nov 17 22:59:42 2013 -0800

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

diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index ca96eb5..4c99c7c 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -236,7 +236,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