[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.36, 1.37

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-serv13561

Modified Files:
	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.36
retrieving revision 1.37
diff -u -w -d -r1.36 -r1.37
--- billing.html	17 Oct 2011 20:56:13 -0000	1.36
+++ billing.html	21 Oct 2011 20:08:31 -0000	1.37
@@ -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