[freeside-commits] freeside/FS/FS Conf.pm,1.433,1.434

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


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

Modified Files:
	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.433
retrieving revision 1.434
diff -u -w -d -r1.433 -r1.434
--- Conf.pm	3 Mar 2011 19:08:46 -0000	1.433
+++ Conf.pm	4 Mar 2011 02:26:14 -0000	1.434
@@ -2570,6 +2570,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