freeside/FS/FS Conf.pm,1.113,1.114

ivan ivan at pouncequick.420.am
Thu Dec 9 03:57:21 PST 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv18800/FS/FS

Modified Files:
	Conf.pm 
Log Message:
add config value for default queue id

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- Conf.pm	6 Dec 2004 14:00:43 -0000	1.113
+++ Conf.pm	9 Dec 2004 11:57:18 -0000	1.114
@@ -1329,6 +1329,13 @@
   },
 
   {
+    'key'         => 'ticket_system-default_queueid',
+    'section'     => '',
+    'description' => 'Default queue number used when creating new customer tickets.',
+    'type'        => 'text',
+  },
+
+  {
     'key'         => 'ticket_system-custom_priority_field',
     'section'     => '',
     'description' => 'Custom field from the ticketing system to use as a custom priority classification.',




More information about the freeside-commits mailing list