From affd3a88612b17d3e68bbdf2664f78cd90cb9c1c Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 10 Apr 2007 01:30:38 +0000 Subject: [PATCH] add checkbox to payment_receipt_email config --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 108062a3a..251fc088b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -740,7 +740,7 @@ httemplate/docs/config.html 'key' => 'payment_receipt_email', 'section' => 'billing', 'description' => 'Template file for payment receipts. Payment receipts are sent to the customer email invoice destination(s) when a payment is received. See the Text::Template documentation for details on the template substitution language. The following variables are available: ', - 'type' => 'textarea', + 'type' => [qw( checkbox textarea )], }, { -- 2.20.1