From d5d400fdea52f21f66a3c3eec80eb44711ac23d9 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 10 Apr 2007 01:29:54 +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 d7bd80a24..41c14ad3d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -750,7 +750,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.11.0