diff options
author | ivan <ivan> | 2010-02-04 10:00:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-04 10:00:33 +0000 |
commit | 1bfbab83c338f6a11ae26c4d197ad775c568ebde (patch) | |
tree | af99af5a52390fcfa09a8fdb69b68927d3d0272d /FS | |
parent | 6d43279ab6b571ad33d2d89d7403b72fdf5bc772 (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 ab263a3b8..1528ed42c 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -108,6 +108,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 |