diff options
author | levinse <levinse> | 2011-06-09 04:02:21 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-09 04:02:21 +0000 |
commit | 8ec85a4b1fad3e2a2071a7266f21fda9af0e96fa (patch) | |
tree | 97511c000c6360b7516e9ea4f3c4ae40b7aefcdb | |
parent | 1e40d0ea7fb8f66acf71bd614282a7a8beb19a65 (diff) |
configurable payment date for auto CHEK/CARD, RT10813
-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 a3b5c737e..6db3b8852 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -263,7 +263,7 @@ % qq!Charge future payments to this electronic check automatically</TD></TR>!. % % ( $conf->exists('cust_main-select-billday') ? -% qq!<TR><TD id="chek_billday" $chek_billday_style> +% qq!<TR><TD ALIGN="RIGHT" id="chek_billday" $chek_billday_style> % Charge on this day of each month </TD><TD> % <SELECT NAME="billday">! % . billday_options($cust_main->billday) . qq!</SELECT> </TD></TR>! |