diff options
author | ivan <ivan> | 2011-12-07 04:49:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-07 04:49:20 +0000 |
commit | 71d417238c392886be01ac93896399c3dbfa2e16 (patch) | |
tree | 47d9f0319eca0dd9f4b038168792c9658b2f1907 /FS | |
parent | f072467021f7d677cfe7a5d1aed2e9c899c9d71a (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', }, |