[freeside-commits] freeside/FS/FS Conf.pm,1.415,1.416

Mark Wells mark at wavetail.420.am
Fri Dec 31 22:39:19 PST 2010


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

Modified Files:
	Conf.pm 
Log Message:
ticketing escalation, part 1, RT#8254

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -w -d -r1.415 -r1.416
--- Conf.pm	31 Dec 2010 01:23:27 -0000	1.415
+++ Conf.pm	1 Jan 2011 06:39:17 -0000	1.416
@@ -2552,6 +2552,13 @@
   },
 
   {
+    'key'         => 'ticket_system-escalation',
+    'section'     => '',
+    'description' => 'Enable priority escalation of tickets as part of daily batch processing.',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'ticket_system-rt_external_datasrc',
     'section'     => '',
     'description' => 'With external RT integration, the DBI data source for the external RT installation, for example, <code>DBI:Pg:user=rt_user;password=rt_word;host=rt.example.com;dbname=rt</code>',



More information about the freeside-commits mailing list