[freeside-commits] freeside/FS/FS Conf.pm,1.208,1.209

Ivan,,, ivan at wavetail.420.am
Mon Oct 8 21:48:27 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv31993

Modified Files:
	Conf.pm 
Log Message:
add ticket_system-priority_reverse config

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- Conf.pm	23 Sep 2007 20:21:09 -0000	1.208
+++ Conf.pm	9 Oct 2007 04:48:25 -0000	1.209
@@ -1652,6 +1652,13 @@
   },
 
   {
+    'key'         => 'ticket_system-priority_reverse',
+    'section'     => '',
+    'description' => 'Enable this to consider lower numbered priorities more important.  A bad habit we picked up somewhere.  You probably want to avoid it and use the default.',
+    'type'        => 'checkbox',
+  },
+
+  {
     '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