summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-25 13:11:09 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-25 13:11:09 -0700
commitaeff233f8695153dbbce6a6b5db1b53869296137 (patch)
tree3e514101cce298092ee22cec53537a73705baab2
parentb6913792325e4e09d6da8bf4b6af10aa8b7ff9cf (diff)
fix P.O. label
-rw-r--r--httemplate/view/cust_main/billing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 2547ec11f..b2a0efdef 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>
% }