[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.33.2.3, 1.33.2.4
Ivan,,,
ivan at wavetail.420.am
Fri Oct 21 13:08:33 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv13563
Modified Files:
Tag: FREESIDE_2_3_BRANCH
billing.html
Log Message:
fix P.O. number display
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.33.2.3
retrieving revision 1.33.2.4
diff -u -w -d -r1.33.2.3 -r1.33.2.4
--- billing.html 17 Oct 2011 20:56:13 -0000 1.33.2.3
+++ billing.html 21 Oct 2011 20:08:31 -0000 1.33.2.4
@@ -141,7 +141,7 @@
% if ( $cust_main->payinfo ) {
<TR>
- <TD ALIGN="right"<% mt('>P.O.') |h %></TD>
+ <TD ALIGN="right"<% mt('P.O.') |h %></TD>
<TD BGCOLOR="#ffffff"><% $cust_main->payinfo %></TD>
</TR>
% }
More information about the freeside-commits
mailing list