diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-25 13:11:10 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-25 13:11:10 -0700 |
| commit | 1e06a6e4405b0ef7f1099412a3f39c57ace6c64b (patch) | |
| tree | 69793f9b56ff49d45cafafef68be5ad3c56a724c | |
| parent | 5e6aacb06ed099355ada9ebc3ddc322c40b13fea (diff) | |
fix P.O. label
| -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 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> % } |
