From bd33fbeb07a15412dfa02be60f2effd94103fb58 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 30 Mar 2021 20:36:04 -0700 Subject: [PATCH] manually enter a paypal payment, RT#85603 --- FS/FS/AccessRight.pm | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0