[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 1e06a6e4405b0ef7f1099412a3f39c57ace6c64b
Ivan
ivan at 420.am
Mon Jun 25 13:11:11 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 1e06a6e4405b0ef7f1099412a3f39c57ace6c64b (commit)
from 5e6aacb06ed099355ada9ebc3ddc322c40b13fea (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 1e06a6e4405b0ef7f1099412a3f39c57ace6c64b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jun 25 13:11:10 2012 -0700
fix P.O. label
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 83a8f4d..4146f26 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