[freeside-commits] branch FREESIDE_2_3_BRANCH updated. ada39838b700f9ea7ba179ba13b9210f4966f2fd
Ivan
ivan at 420.am
Sun Nov 17 22:59:59 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via ada39838b700f9ea7ba179ba13b9210f4966f2fd (commit)
from d29246235612a059d83f7f83bb3d087c4623c4b7 (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 ada39838b700f9ea7ba179ba13b9210f4966f2fd
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Nov 17 22:59:57 2013 -0800
fix decription of "Credit card void" ACL, RT#26089
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 6d0f96f..72f7d92 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -234,7 +234,7 @@ tie my %rights, 'Tie::IxHash',
# customer voiding rights..
###
'Customer 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
'Regular void',
{ rightname=>'Unvoid', 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