[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.28,1.180.2.29
Ivan,,,
ivan at wavetail.420.am
Sun Jun 15 23:53:52 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv21451/FS/FS
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.180.2.28
retrieving revision 1.180.2.29
diff -u -d -r1.180.2.28 -r1.180.2.29
--- Conf.pm 4 Jun 2008 18:00:15 -0000 1.180.2.28
+++ Conf.pm 16 Jun 2008 06:53:50 -0000 1.180.2.29
@@ -2296,6 +2296,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