From 7d0051e59f618483b0752308dff77efeb96d49fe Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 27 Jan 2014 21:32:11 -0800 Subject: add agent_custid to cust_main-custom_link, RT#21998 --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b860668f0..f47d54db1 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5217,7 +5217,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, and "$usernum" will be replaced with the employee 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, "$agent_custid" with be replaced with the agent customer ID (if any), and "$usernum" will be replaced with the employee number.', 'type' => 'textarea', }, -- cgit v1.2.1