[freeside-commits] branch master updated. aeff233f8695153dbbce6a6b5db1b53869296137

Ivan ivan at 420.am
Mon Jun 25 13:11:09 PDT 2012


The branch, master has been updated
       via  aeff233f8695153dbbce6a6b5db1b53869296137 (commit)
      from  b6913792325e4e09d6da8bf4b6af10aa8b7ff9cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aeff233f8695153dbbce6a6b5db1b53869296137
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 25 13:11:09 2012 -0700

    fix P.O. label

diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 2547ec1..b2a0efd 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -146,7 +146,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>
 % } 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/billing.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list