diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/AccessRight.pm | 1 | ||||
-rw-r--r-- | FS/FS/access_right.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 8a13ab3ed..a39fb37af 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -188,6 +188,7 @@ tie my %rights, 'Tie::IxHash', 'Customer payment rights' => [ 'View payments', { rightname=>'Post payment', desc=>'Make check or cash payments.' }, + { rightname=>'Backdate payment', desc=>'Enable payments to be posted for days other than today.' }, 'Post check payment', 'Post cash payment', 'Post payment batch', diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 815c6d9bd..719577f50 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -185,6 +185,7 @@ sub _upgrade_data { # class method my %onetime = ( 'List customers' => 'List all customers', 'List packages' => 'Summarize packages', + 'Post payment' => 'Backdate payment', ); foreach my $old_acl ( keys %onetime ) { |