[freeside-commits] branch master updated. 4d00ce5afd7047c000a917f0fbd25ef7a7934f97

Jonathan Prykop jonathan at 420.am
Mon Jun 22 21:44:02 PDT 2015


The branch, master has been updated
       via  4d00ce5afd7047c000a917f0fbd25ef7a7934f97 (commit)
      from  c6ef5a3a043c4fafa2f8d21028609f1b9b70eb47 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4d00ce5afd7047c000a917f0fbd25ef7a7934f97
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Mon Jun 22 23:43:00 2015 -0500

    RT#24665: Changes on the Redirect Letter [fixed conf names]

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index f3e2447..58c966f 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1306,7 +1306,7 @@ sub reason_type_options {
   },
 
   {
-    'key'         => 'invoicehtmlwatermark',
+    'key'         => 'invoice_htmlwatermark',
     'section'     => 'invoicing',
     'description' => 'Watermark for HTML invoices. Appears in a semitransparent positioned DIV overlaid on the main invoice container.',
     'type'        => 'textarea',
@@ -1502,7 +1502,7 @@ and customer address. Include units.',
   },
 
   {
-    'key'         => 'invoicelatexwatermark',
+    'key'         => 'invoice_latexwatermark',
     'section'     => 'invoicing',
     'description' => 'Watermark for LaTeX invoices. See "texdoc background" for information on what this can contain. The content itself should be enclosed in braces, optionally followed by a comma and any formatting options.',
     'type'        => 'textarea',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Conf.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list