[freeside-commits] branch master updated. c6aa53fee07cd6f1588dee72b0bb7ad54edb83d9

Jonathan Prykop jonathan at 420.am
Thu Feb 25 10:03:20 PST 2016


The branch, master has been updated
       via  c6aa53fee07cd6f1588dee72b0bb7ad54edb83d9 (commit)
      from  587e9bff0bdfe58b69d9f87074514cb299eeaa5c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c6aa53fee07cd6f1588dee72b0bb7ad54edb83d9
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Thu Feb 25 12:02:55 2016 -0600

    RT#30600: Auto Apply for CC payments [colspan fix]

diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index f30e409..a3db58f 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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/payment.cgi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list