diff options
author | ivan <ivan> | 2011-12-07 04:49:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-07 04:49:25 +0000 |
commit | 9dafe1bcc38121281d62ffe2d48eba6b8fd748e7 (patch) | |
tree | f9704a661cf3bf1a390b71f6a6c2ac0bee210a44 /FS | |
parent | ff4e86db92ebc49762302c40dd31e0325f9afd1c (diff) |
add usernum to cust_main-custom_link, RT#15475
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index acaac7516..3987fac5a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4490,7 +4490,7 @@ and customer address. Include units.', { 'key' => 'cust_main-custom_link', 'section' => 'UI', - 'description' => 'URL to use as source for the "Custom" tab in the View Customer page. The customer number will be appended, or you can insert "$custnum" to have it inserted elsewhere. "$agentnum" will be replaced with the agent number.', + 'description' => 'URL to use as source for the "Custom" tab in the View Customer page. The customer number will be appended, or you can insert "$custnum" to have it inserted elsewhere. "$agentnum" will be replaced with the agent number, and "$usernum" will be replaced with the employee number.', 'type' => 'textarea', }, |