[freeside-commits] freeside/FS/FS Conf.pm,1.480,1.481

Mark Wells mark at wavetail.420.am
Mon Oct 24 18:14:36 PDT 2011


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

Modified Files:
	Conf.pm 
Log Message:
custom_link interpolation, #14895

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.480
retrieving revision 1.481
diff -u -w -d -r1.480 -r1.481
--- Conf.pm	21 Oct 2011 23:08:14 -0000	1.480
+++ Conf.pm	25 Oct 2011 01:14:34 -0000	1.481
@@ -4428,8 +4428,8 @@
   {
     'key'         => 'cust_main-custom_link',
     'section'     => 'UI',
-    'description' => 'URL to use as source for the "Custom" tab in the View Customer page.  The custnum will be appended.',
-    'type'        => 'text',
+    '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.',
+    'type'        => 'textarea',
   },
 
   {



More information about the freeside-commits mailing list