[freeside-commits] branch FREESIDE_4_BRANCH updated. 05aed8f2f0c80f407c6828df8316335638d9dbb6

Jonathan Prykop jonathan at 420.am
Thu Feb 25 10:05:13 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  05aed8f2f0c80f407c6828df8316335638d9dbb6 (commit)
      from  c790ded0e7c4724048ab103532946ae8a66befd4 (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 05aed8f2f0c80f407c6828df8316335638d9dbb6
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