[freeside-commits] freeside/httemplate/edit msg_template.html, 1.1.2.6, 1.1.2.7
Mark Wells
mark at wavetail.420.am
Wed Aug 4 17:27:08 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv18460/httemplate/edit
Modified Files:
Tag: FREESIDE_1_9_BRANCH
msg_template.html
Log Message:
error message in decline templates, RT#9507
Index: msg_template.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/msg_template.html,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -w -d -r1.1.2.6 -r1.1.2.7
--- msg_template.html 30 Jul 2010 22:20:50 -0000 1.1.2.6
+++ msg_template.html 5 Aug 2010 00:27:06 -0000 1.1.2.7
@@ -51,6 +51,7 @@
'$ucfirst_cust_status' => 'Status, capitalized',
'$cust_statuscolor' => 'Status color code',
'$company_name' => 'Our company name',
+ '$company_address'=> 'Our company address',
],
'contact' => [ # duplicate this for shipping
'$name' => 'Company and contact name',
@@ -101,6 +102,7 @@
'$payby' => 'Payment method',
'$date' => 'Payment date',
'$payinfo' => 'Card/account# (masked)',
+ '$error' => 'Decline reason',
],
);
my @c = @{ $substitutions{'contact'} };
More information about the freeside-commits
mailing list