[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.33,1.397.2.34

Mark Wells mark at wavetail.420.am
Thu Mar 3 18:26:29 PST 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Conf.pm 
Log Message:
option to override requestor in new tickets, #7777

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.397.2.33
retrieving revision 1.397.2.34
diff -u -w -d -r1.397.2.33 -r1.397.2.34
--- Conf.pm	3 Mar 2011 19:11:29 -0000	1.397.2.33
+++ Conf.pm	4 Mar 2011 02:26:26 -0000	1.397.2.34
@@ -2554,6 +2554,13 @@
   },
 
   {
+    'key'         => 'ticket_system-requestor',
+    'section'     => '',
+    'description' => 'Email address to use as the requestor for new tickets.  If blank, the customer\'s invoicing address(es) will be used.',
+    'type'        => 'text',
+  },
+
+  {
     '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.',



More information about the freeside-commits mailing list