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