diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-06-22 23:43:00 -0500 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-06-25 13:32:47 -0700 |
commit | f2b32e2c9f07f3f52fa69e3c9364ec968ed11027 (patch) | |
tree | 2b999014a7f0709d84bac36e13d626b9f5357f91 | |
parent | 10fa0d1209dd6ab8e7e7a6186a516304cafb433b (diff) |
RT#24665: Changes on the Redirect Letter [fixed conf names]
-rw-r--r-- | FS/FS/Conf.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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', |