[freeside-commits] freeside/FS/FS Conf.pm,1.468.2.24,1.468.2.25

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


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.468.2.24
retrieving revision 1.468.2.25
diff -u -w -d -r1.468.2.24 -r1.468.2.25
--- Conf.pm	29 Nov 2011 02:19:32 -0000	1.468.2.24
+++ Conf.pm	7 Dec 2011 04:49:25 -0000	1.468.2.25
@@ -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