[freeside-commits] branch master updated. 9f0b89668b7f1e8962a3bbdbc44fa3abd2f1c161
Ivan
ivan at 420.am
Fri Sep 6 21:05:36 PDT 2013
The branch, master has been updated
via 9f0b89668b7f1e8962a3bbdbc44fa3abd2f1c161 (commit)
from cbb4e35133ff70b5be47660b0ed2f0fde22ddc19 (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 9f0b89668b7f1e8962a3bbdbc44fa3abd2f1c161
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Sep 6 21:05:35 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