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

Mark Wells mark at wavetail.420.am
Thu Jul 22 16:33:32 PDT 2010


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

Modified Files:
	Conf.pm 
Log Message:
option to force default queue for new tickets in cust_main, RT#8889

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -w -d -r1.374 -r1.375
--- Conf.pm	17 Jul 2010 22:15:37 -0000	1.374
+++ Conf.pm	22 Jul 2010 23:33:30 -0000	1.375
@@ -2251,7 +2251,12 @@
                            }
                          },
   },
-
+  {
+    'key'         => 'ticket_system-force_default_queueid',
+    'section'     => '',
+    'description' => 'Disallow queue selection when creating new tickets from customer view.',
+    'type'        => 'checkbox',
+  },
   {
     'key'         => 'ticket_system-selfservice_queueid',
     'section'     => '',



More information about the freeside-commits mailing list