diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-25 12:02:55 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-25 12:02:55 -0600 |
commit | c6aa53fee07cd6f1588dee72b0bb7ad54edb83d9 (patch) | |
tree | a451df6a8171802b546cc30bd5955c2c30579182 | |
parent | 587e9bff0bdfe58b69d9f87074514cb299eeaa5c (diff) |
RT#30600: Auto Apply for CC payments [colspan fix]
-rw-r--r-- | httemplate/misc/payment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index f30e4098e..a3db58f72 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -60,7 +60,7 @@ <TR ID="apply_box_row"> <TH ALIGN="right"><% mt('Auto-apply to invoices') |h %></TH> - <TD COLSPAN=2> + <TD> <SELECT NAME="apply" ID="apply_box"> <OPTION VALUE="yes" SELECTED><% mt('yes') |h %></OPTION> <OPTION VALUE=""><% mt('not now') |h %></OPTION> |