diff options
-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>! |