[freeside-commits] freeside/httemplate/view/cust_main billing.html,
1.8, 1.8.2.1
Jeff Finucane,420,,
jeff at wavetail.420.am
Fri Apr 6 17:17:39 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv30325
Modified Files:
Tag: FREESIDE_1_7_BRANCH
billing.html
Log Message:
ommitted file (backport)
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- billing.html 14 Dec 2006 06:00:46 -0000 1.8
+++ billing.html 7 Apr 2007 00:17:36 -0000 1.8.2.1
@@ -89,10 +89,14 @@
<TR>
<TD ALIGN="right">Account number</TD>
<TD BGCOLOR="#ffffff"><% 'x'x(length($account)-2). substr($account,(length($account)-2)) %></TD>
+ <TD ALIGN="right">Account type</TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->paytype %></TD>
</TR>
<TR>
<TD ALIGN="right">Bank name</TD>
<TD BGCOLOR="#ffffff"><% $cust_main->payname %></TD>
+ <TD ALIGN="right"><% $paystate_label %></TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->paystate || ' ' %></TD>
</TR>
% } elsif ( $cust_main->payby eq 'LECB' ) {
% $cust_main->payinfo =~ /^(\d{3})(\d{3})(\d{4})$/;
@@ -189,4 +193,9 @@
</TABLE></TD></TR></TABLE>
+<%once>
+my $paystate_label = FS::Msgcat::_gettext('paystate');
+$paystate_label = 'Bank state' if $paystate_label =~/^paystate$/;
+
+</%once>
More information about the freeside-commits
mailing list