From 7dd8215a91ca6ca4a9988a0108647ada7f2a11d8 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 4 Dec 2014 14:47:49 -0800 Subject: backdate credits, RT#32320 --- FS/FS/AccessRight.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/FS/AccessRight.pm') diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 92cede6..4a1f89a 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -217,6 +217,7 @@ tie my %rights, 'Tie::IxHash', ### 'Customer credit and refund rights' => [ 'Post credit', + { rightname=>'Backdate credit', desc=>'Enable credits to be posted for days other than today.' }, 'Credit line items', #NEWNEWNEW 'Apply credit', #NEWNEW { rightname=>'Unapply credit', desc=>'Enable "unapplication" of unclosed credits.' }, #aka unapplycredits @@ -444,6 +445,7 @@ sub default_superuser_rights { 'Credit card void', 'Echeck void', 'Void invoices',#people are overusing this when credits are more appropriate + 'Backdate credit', ); no warnings 'uninitialized'; -- cgit v1.1