From 1e06a6e4405b0ef7f1099412a3f39c57ace6c64b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 25 Jun 2012 13:11:10 -0700 Subject: [PATCH] fix P.O. label --- httemplate/view/cust_main/billing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { - + <% mt('P.O.') |h %> <% $cust_main->payinfo %> % } -- 2.20.1