diff options
author | ivan <ivan> | 2007-04-20 21:31:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-20 21:31:30 +0000 |
commit | 94abfbf696233fdba2115f3aed974aada600b3e7 (patch) | |
tree | b40fe2a77106e55a73c601fb4d110e1ac2075696 | |
parent | ac7aa5f4934b0a531c8516665b28ff9b17341f0e (diff) |
don't put this information way out on the right in its own columns.
-rw-r--r-- | httemplate/view/cust_main/billing.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 <TR> <TD ALIGN="right">Account number</TD> <TD BGCOLOR="#ffffff"><% 'x'x(length($account)-2). substr($account,(length($account)-2)) %></TD> +</TR> +<TR> <TD ALIGN="right">Account type</TD> <TD BGCOLOR="#ffffff"><% $cust_main->paytype %></TD> </TR> <TR> <TD ALIGN="right">Bank name</TD> <TD BGCOLOR="#ffffff"><% $cust_main->payname %></TD> +</TR> +<TR> <TD ALIGN="right"><% $paystate_label %></TD> <TD BGCOLOR="#ffffff"><% $cust_main->paystate || ' ' %></TD> </TR> |