From c19cd2621e2267ddc03769ebd2c0fa7be7d7e828 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 20 Apr 2007 21:31:29 +0000 Subject: [PATCH] don't put this information way out on the right in its own columns. --- httemplate/view/cust_main/billing.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index b817de1f4..42467bb31 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -81,12 +81,16 @@ Billing information Account number <% 'x'x(length($account)-2). substr($account,(length($account)-2)) %> + + Account type <% $cust_main->paytype %> Bank name <% $cust_main->payname %> + + <% $paystate_label %> <% $cust_main->paystate || '   ' %> -- 2.11.0