[freeside-commits] branch FREESIDE_3_BRANCH updated. 1606f8ad9cacb4066dd60a8d04df20b6f3d1201a

Ivan ivan at 420.am
Fri Sep 6 21:05:37 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  1606f8ad9cacb4066dd60a8d04df20b6f3d1201a (commit)
      from  89eff2af607109c7e8f3afd779622ce17a419d13 (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 1606f8ad9cacb4066dd60a8d04df20b6f3d1201a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Sep 6 21:05:36 2013 -0700

    close table tag

diff --git a/httemplate/search/report_cust_bill_pkg.html b/httemplate/search/report_cust_bill_pkg.html
index f121ef4..e1b45ec 100644
--- a/httemplate/search/report_cust_bill_pkg.html
+++ b/httemplate/search/report_cust_bill_pkg.html
@@ -3,7 +3,7 @@
 <FORM ACTION="cust_bill_pkg.cgi" METHOD="GET">
 <!--<INPUT TYPE="hidden" NAME="magic" VALUE="_date">-->
 
-<TABLE BGCOLOR="#cccccc" CELLSPACING=0
+<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
 
 <& /elements/tr-select-agent.html,
      curr_value    => scalar( $cgi->param('agentnum') ),

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

Summary of changes:
 httemplate/search/report_cust_bill_pkg.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list