[freeside-commits] freeside/FS/FS Conf.pm,1.373,1.374

Ivan,,, ivan at wavetail.420.am
Sat Jul 17 15:15:40 PDT 2010


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

Modified Files:
	Conf.pm 
Log Message:
customer tags, RT#9192

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -w -d -r1.373 -r1.374
--- Conf.pm	30 Jun 2010 20:42:53 -0000	1.373
+++ Conf.pm	17 Jul 2010 22:15:37 -0000	1.374
@@ -3808,6 +3808,14 @@
     },
   },
 
+  {
+    'key'         => 'cust_tag-location',
+    'section'     => 'UI',
+    'description' => 'Location where customer tags are displayed.',
+    'type'        => 'select',
+    'select_enum' => [ 'misc_info', 'top' ],
+  },
+
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },



More information about the freeside-commits mailing list