summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/billing.html
diff options
context:
space:
mode:
authorivan <ivan>2011-10-21 20:08:31 +0000
committerivan <ivan>2011-10-21 20:08:31 +0000
commit4f9c889961fa8a07034cf486bfd17f7f075cdaec (patch)
treeacac2288509279ea9755cdaf7f0de71c0db38c1c /httemplate/view/cust_main/billing.html
parentb775097fa08058195e2d258a38091655bd36ed16 (diff)
fix P.O. number display
Diffstat (limited to 'httemplate/view/cust_main/billing.html')
-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 1e7adf000..6e36e99e8 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -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>
% }