[freeside-commits] freeside/httemplate/edit msg_template.html, 1.4, 1.5

Mark Wells mark at wavetail.420.am
Fri Jul 30 15:08:57 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv15495/httemplate/edit

Modified Files:
	msg_template.html 
Log Message:
payment receipts use msg_template, RT#9060

Index: msg_template.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/msg_template.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- msg_template.html	28 Jul 2010 23:16:31 -0000	1.4
+++ msg_template.html	30 Jul 2010 22:08:55 -0000	1.5
@@ -50,6 +50,7 @@
     '$cust_status'    => 'Status',
     '$ucfirst_cust_status'  => 'Status, capitalized',
     '$cust_statuscolor'     => 'Status color code',
+    '$company_name'   => 'Our company name',
   ],
   'contact' => [ # duplicate this for shipping
     '$name'           => 'Company and contact name',
@@ -94,6 +95,13 @@
     '$username'       => 'Login name',
     '$password'      => 'Password',
   ],
+  'cust_pay'  => [
+    '$paynum'         => 'Payment#',
+    '$paid'           => 'Amount',
+    '$payby'          => 'Payment method',
+    '$date'           => 'Payment date',
+    '$payinfo'        => 'Card/account# (masked)',
+  ],
 );
 my @c = @{ $substitutions{'contact'} };
 for (my $i=0; $i<scalar(@c); $i += 2) {
@@ -107,6 +115,7 @@
 'cust_main' => 'Customer status and payment info',
 'cust_pkg'  => 'Package fields',
 'cust_bill' => 'Invoice fields',
+'cust_pay'  => 'Payment fields',
 'svc_acct'  => 'Login service fields',
 );
 



More information about the freeside-commits mailing list