diff options
author | ivan <ivan> | 2007-04-10 01:29:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-10 01:29:54 +0000 |
commit | d5d400fdea52f21f66a3c3eec80eb44711ac23d9 (patch) | |
tree | f3c891036a69a4c4d719541c0128c019a5223476 /FS | |
parent | 9cdbb7eb2cb2d5d01bb9edbbd48a67ba06bf456f (diff) |
add checkbox to payment_receipt_email config
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 <a href="http://search.cpan.org/~mjd/Text-Template/lib/Text/Template.pm">Text::Template</a> documentation for details on the template substitution language. The following variables are available: <ul><li><code>$date</code> <li><code>$name</code> <li><code>$paynum</code> - Freeside payment number <li><code>$paid</code> - Amount of payment <li><code>$payby</code> - Payment type (Card, Check, Electronic check, etc.) <li><code>$payinfo</code> - Masked credit card number or check number <li><code>$balance</code> - New balance</ul>', - 'type' => 'textarea', + 'type' => [qw( checkbox textarea )], }, { |