[freeside-commits] branch master updated. ccad078efc66677ffac4d97bd3fbe418e902878e

Mark Wells mark at 420.am
Mon Jan 14 16:51:40 PST 2013


The branch, master has been updated
       via  ccad078efc66677ffac4d97bd3fbe418e902878e (commit)
      from  8f57d93002c86360c65613ab5c179205059fd10e (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 ccad078efc66677ffac4d97bd3fbe418e902878e
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Jan 14 16:51:21 2013 -0800

    fix credit-lineitems UI in IE 7-9, #18676

diff --git a/httemplate/edit/credit-cust_bill_pkg.html b/httemplate/edit/credit-cust_bill_pkg.html
index 3d1cf24..e5c56ae 100644
--- a/httemplate/edit/credit-cust_bill_pkg.html
+++ b/httemplate/edit/credit-cust_bill_pkg.html
@@ -70,10 +70,11 @@
   <TH ALIGN="right" COLSPAN=2>Total credit amount: </TD>
   <TH ALIGN="right" ID="total_td"><% $money_char %><% sprintf('%.2f', 0) %></TD>
 </TR>
-<INPUT TYPE="hidden" NAME="amount" ID="total_el" VALUE="0.00">
 
 </table>
 
+<INPUT TYPE="hidden" NAME="amount" ID="total_el" VALUE="0.00">
+
 <table>
 
 <& /elements/tr-select-reason.html,

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

Summary of changes:
 httemplate/edit/credit-cust_bill_pkg.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list