diff options
author | ivan <ivan> | 2010-02-04 10:00:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-04 10:00:44 +0000 |
commit | 7f9b83d3bdaab8581479ae98b46909130a89f2af (patch) | |
tree | 8189f453bff554dc3e103d97d4e9e9877ad795f4 /FS | |
parent | 8516d20fbbe18462879871f684a7cbda6e6404d4 (diff) |
add ability to edit referring customer, RT#7174
Diffstat (limited to 'FS')
-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 46e740cc1..03b98763a 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -94,6 +94,7 @@ tie my %rights, 'Tie::IxHash', 'View customer', #'View Customer | View tickets', 'Edit customer', + 'Edit referring customer', 'View customer history', 'Cancel customer', 'Complimentary customer', #aka users-allow_comp |