summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-25 13:11:10 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-25 13:11:10 -0700
commit1e06a6e4405b0ef7f1099412a3f39c57ace6c64b (patch)
tree69793f9b56ff49d45cafafef68be5ad3c56a724c
parent5e6aacb06ed099355ada9ebc3ddc322c40b13fea (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 83a8f4d7e..4146f2662 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>
% }