diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2021-03-30 20:36:07 -0700 | 
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2021-03-30 20:36:07 -0700 | 
| commit | e1397c2e42682e73861ea3cb940876c309db3399 (patch) | |
| tree | e2308310e39b51a5bd0fa14fc933a6936db9a3b7 | |
| parent | d9596a71ff6b9b78b0423662df1b69e604e45413 (diff) | |
manually enter a paypal payment, RT#85603
| -rw-r--r-- | FS/FS/AccessRight.pm | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index cd4d8b983..19ded966e 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 | 
