From: Jonathan Prykop Date: Tue, 23 Jun 2015 04:43:00 +0000 (-0500) Subject: RT#24665: Changes on the Redirect Letter [fixed conf names] X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f2b32e2c9f07f3f52fa69e3c9364ec968ed11027 RT#24665: Changes on the Redirect Letter [fixed conf names] --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index ddbdc29d7..5ea3555e7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1381,7 +1381,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', @@ -1577,7 +1577,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',