summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-06-22 23:43:00 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-07-02 00:35:25 -0500
commit6137f949eb8943d52e58c91942fb65dc04f94ae1 (patch)
tree5fe4012bc5b4ef225b9c283ffdffb26677690d9a /FS/FS
parentf49c0a3ee7781cd1e60d3615b45cd324087add23 (diff)
RT#24665: Changes on the Redirect Letter [fixed conf names]
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 8831afc..fbcd8c1 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',