[freeside-commits] freeside/httemplate/edit msg_template.html, 1.1.2.5, 1.1.2.6
Mark Wells
mark at wavetail.420.am
Fri Jul 30 15:20:52 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv16052/httemplate/edit
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.1.2.5
retrieving revision 1.1.2.6
diff -u -w -d -r1.1.2.5 -r1.1.2.6
--- msg_template.html 28 Jul 2010 23:20:59 -0000 1.1.2.5
+++ msg_template.html 30 Jul 2010 22:20:50 -0000 1.1.2.6
@@ -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