[freeside-commits] freeside/FS/FS Conf.pm,1.492,1.493

Ivan,,, ivan at wavetail.420.am
Tue Dec 6 20:49:22 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv3991/FS/FS

Modified Files:
	Conf.pm 
Log Message:
add usernum to cust_main-custom_link, RT#15475

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.492
retrieving revision 1.493
diff -u -w -d -r1.492 -r1.493
--- Conf.pm	29 Nov 2011 02:19:27 -0000	1.492
+++ Conf.pm	7 Dec 2011 04:49:20 -0000	1.493
@@ -4490,7 +4490,7 @@
   {
     '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',
   },
 



More information about the freeside-commits mailing list