diff options
author | levinse <levinse> | 2011-06-23 04:12:30 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-23 04:12:30 +0000 |
commit | 0607b801aac6e9b6e3fa6e463405ed5348feacc4 (patch) | |
tree | 602291fa9ef51289f993065e8106b2472111a8f6 /httemplate/edit | |
parent | a0dd6f2c04a3f22aa741d1d639f8985a81c6e81b (diff) |
echeck: add optional bank branch format, RT13360
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/cust_main/billing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 8a90204dd..3ac063509 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -243,7 +243,7 @@ % qq!<INPUT TYPE="hidden" NAME="CHEK_exp_year" VALUE="2037">!. % % ( $conf->exists('cust_main-require-bank-branch') ? -% qq!<TR><TD ALIGN="right">$r Branch number</TD><TD COLSPAN="3"> +% qq!<TR><TD ALIGN="right">$r !.emt('Branch number').qq!</TD><TD COLSPAN="3"> % <INPUT TYPE="text" name="CHEK_payinfo3" VALUE=$branch></TD></TR>! : '' ). % % qq!<TR><TD ALIGN="right" WIDTH="200">${r}!.emt('Bank name').qq! </TD>!. |