summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-05-03 15:40:42 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-05-04 09:58:41 -0400
commitf394ef58c444b753ea9508a02593ce38f012e5d4 (patch)
tree48d2f871a27280a2f10546a43ffa8b2afd2f5be9 /FS/FS/Conf.pm
parent1e0b0cfabb4503438a3de0597db7562cb71327d7 (diff)
RT# 78131 - added ability to use message template for auto payment receipt and fixed NaN error when selecting nothing for config items with type select.
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index cacbf67..2812662 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1715,6 +1715,13 @@ and customer address. Include units.',
'description' => 'Template to use for manual payment receipts.',
%msg_template_options,
},
+
+ {
+ 'key' => 'payment_receipt_msgnum_auto',
+ 'section' => 'notification',
+ 'description' => 'Automatic payments will cause a post-payment to use a message template for automatic payment receipts rather than a post payment statement.',
+ %msg_template_options,
+ },
{
'key' => 'payment_receipt_from',