diff options
author | ivan <ivan> | 2007-04-20 21:31:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-20 21:31:29 +0000 |
commit | c19cd2621e2267ddc03769ebd2c0fa7be7d7e828 (patch) | |
tree | 9ce9c058a83c5299fa14e721845007203192a2c7 | |
parent | c44d4eaf34f4fc6c5fd82a6cacb0ac12ef26a82b (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 b817de1f4..42467bb31 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -81,12 +81,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> |