[freeside-commits] branch master updated. bd33fbeb07a15412dfa02be60f2effd94103fb58
Ivan Kohler
ivan at freeside.biz
Tue Mar 30 20:36:05 PDT 2021
The branch, master has been updated
via bd33fbeb07a15412dfa02be60f2effd94103fb58 (commit)
from d856e90f730f72d173c2eedde4c81bba20c583b8 (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 bd33fbeb07a15412dfa02be60f2effd94103fb58
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Mar 30 20:36:04 2021 -0700
manually enter a paypal payment, RT#85603
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 5badba76c..601337ef0 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -210,6 +210,7 @@ tie my %rights, 'Tie::IxHash',
{ rightname=>'Backdate payment', desc=>'Enable payments to be posted for days other than today.' },
'Post check payment',
'Post cash payment',
+ 'Post Paypal payment',
'Post payment batch',
'Apply payment', #NEWNEW
{ rightname=>'Unapply payment', desc=>'Enable "unapplication" of unclosed payments from specific invoices.' }, #aka. unapplypayments
-----------------------------------------------------------------------
Summary of changes:
FS/FS/AccessRight.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list