[freeside-commits] freeside/FS/FS Conf.pm,1.232,1.233

Ivan,,, ivan at wavetail.420.am
Sun Jun 15 23:53:46 PDT 2008


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

Modified Files:
	Conf.pm 
Log Message:
add (with config) ability to edit agent_custid

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- Conf.pm	4 Jun 2008 17:59:40 -0000	1.232
+++ Conf.pm	16 Jun 2008 06:53:43 -0000	1.233
@@ -2278,6 +2278,13 @@
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'cust_main-edit_agent_custid',
+    'section'     => 'UI',
+    'description' => 'Enable editing of the agent_custid field.',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;



More information about the freeside-commits mailing list