[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.3,1.180.2.4

Ivan,,, ivan at wavetail.420.am
Mon Apr 9 18:30:40 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv22951

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	Conf.pm 
Log Message:
add checkbox to payment_receipt_email config

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.180.2.3
retrieving revision 1.180.2.4
diff -u -d -r1.180.2.3 -r1.180.2.4
--- Conf.pm	8 Apr 2007 01:18:55 -0000	1.180.2.3
+++ Conf.pm	10 Apr 2007 01:30:38 -0000	1.180.2.4
@@ -740,7 +740,7 @@
     '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 )],
   },
 
   {



More information about the freeside-commits mailing list