[freeside-commits] freeside/FS/FS Conf.pm,1.468.2.12,1.468.2.13

Mark Wells mark at wavetail.420.am
Mon Oct 24 18:15:16 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.468.2.12
retrieving revision 1.468.2.13
diff -u -w -d -r1.468.2.12 -r1.468.2.13
--- Conf.pm	21 Oct 2011 23:09:03 -0000	1.468.2.12
+++ Conf.pm	25 Oct 2011 01:15:13 -0000	1.468.2.13
@@ -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