[freeside-commits] freeside/FS/FS Conf.pm,1.324.2.41,1.324.2.42

Mark Wells mark at wavetail.420.am
Thu Jul 22 16:34:47 PDT 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.324.2.41
retrieving revision 1.324.2.42
diff -u -w -d -r1.324.2.41 -r1.324.2.42
--- Conf.pm	17 Jul 2010 22:15:38 -0000	1.324.2.41
+++ Conf.pm	22 Jul 2010 23:34:45 -0000	1.324.2.42
@@ -1148,6 +1148,12 @@
     'type'        => 'select',
     'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 20', 'Net 30', 'Net 45', 'Net 60' ],
   },
+  {
+    'key'         => 'invoice_print_pdf',
+    'section'     => 'invoicing',
+    'description' => 'Store postal invoices for download in PDF format rather than printing them directly.',
+    'type'        => 'checkbox',
+  },
 
   { 
     'key'         => 'invoice_show_prior_due_date',
@@ -2237,7 +2243,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