From 94abfbf696233fdba2115f3aed974aada600b3e7 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 20 Apr 2007 21:31:30 +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 435403bda..50e1c82cd 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -89,12 +89,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.20.1