From 4f9c889961fa8a07034cf486bfd17f7f075cdaec Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 21 Oct 2011 20:08:31 +0000 Subject: [PATCH] fix P.O. number display --- 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 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 ) { - P.O.') |h %> + <% $cust_main->payinfo %> % } -- 2.11.0