diff options
Diffstat (limited to 'httemplate')
| -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> | 
