diff options
author | ivan <ivan> | 2011-10-21 20:08:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-10-21 20:08:32 +0000 |
commit | 5f1cd2ddf1b38ce35bb6c49de8bf4268f208df41 (patch) | |
tree | 2ef95e504405e279e3bbb9f52b69a61abb6ec3a3 | |
parent | 26837baa9bf934c7acde425ade20b84e4fe8196a (diff) |
fix P.O. number display
-rw-r--r-- | httemplate/view/cust_main/billing.html | 2 |
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> % } |