diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 19:46:01 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 19:46:01 -0800 |
commit | f7c686b2da39bc975b6a197b2879aa7a6fa4fa10 (patch) | |
tree | 035d3f1c68b209d0fea45a14bff5e6596ed33d6e /FS | |
parent | 999c1f9c054ba51a6c5c7a3a2babe21dd17683cb (diff) |
disable quotations, RT#20688, RT#22232
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 04106dcaf..24942419d 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -97,6 +97,7 @@ tie my %rights, 'Tie::IxHash', #'New contact', #'View customer contacts', 'Generate quotation', + 'Disable quotation', ], ### diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 8a086a7d2..ea3bd4298 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -247,6 +247,7 @@ sub _upgrade_data { # class method 'List prospects' => 'List contacts', 'List customers' => 'List contacts', 'Backdate payment' => 'Backdate credit', + 'Generate quotation' => 'Disable quotation', ); # foreach my $old_acl ( keys %onetime ) { |