From: ivan Date: Tue, 10 Apr 2007 01:30:38 +0000 (+0000) Subject: add checkbox to payment_receipt_email config X-Git-Tag: freeside_1_7_3rc1~485 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=affd3a88612b17d3e68bbdf2664f78cd90cb9c1c;p=freeside.git add checkbox to payment_receipt_email config --- 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 )], }, {