[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.35,1.180.2.36

Ivan,,, ivan at wavetail.420.am
Mon Oct 13 15:00:55 PDT 2008


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	Conf.pm 
Log Message:
Change subject for freeside-fetch emailed reports from "subject" to "Freeside report", and add email_report-subject config to change it.  RT#4093

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.180.2.35
retrieving revision 1.180.2.36
diff -u -d -r1.180.2.35 -r1.180.2.36
--- Conf.pm	11 Oct 2008 00:32:21 -0000	1.180.2.35
+++ Conf.pm	13 Oct 2008 22:00:53 -0000	1.180.2.36
@@ -2394,6 +2394,13 @@
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'email_report-subject',
+    'section'     => '',
+    'description' => 'Subject for reports emailed by freeside-fetch.  Defaults to "Freeside report".',
+    'type'        => 'text',
+  },
+
 );
 
 1;



More information about the freeside-commits mailing list