[freeside-commits] freeside/FS/FS Conf.pm,1.380,1.381

Ivan,,, ivan at wavetail.420.am
Fri Aug 13 12:26:24 PDT 2010


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

Modified Files:
	Conf.pm 
Log Message:
add cust_main-title-display_custnum, RT#9621

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.380
retrieving revision 1.381
diff -u -w -d -r1.380 -r1.381
--- Conf.pm	12 Aug 2010 17:43:21 -0000	1.380
+++ Conf.pm	13 Aug 2010 19:26:22 -0000	1.381
@@ -3258,6 +3258,13 @@
   },
 
   {
+    'key'         => 'cust_main-title-display_custnum',
+    'section'     => 'UI',
+    'description' => 'Add the display_custom (agent_custid or custnum) to the title on customer view pages.',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'cust_bill-default_agent_invid',
     'section'     => 'UI',
     'description' => 'Display the agent_invid field when available instead of the invnum field.',



More information about the freeside-commits mailing list