[freeside-commits] branch FREESIDE_3_BRANCH updated. e528e7a30878430d357ac382c691b5d61580b0d1

Ivan ivan at 420.am
Thu Oct 10 23:27:42 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  e528e7a30878430d357ac382c691b5d61580b0d1 (commit)
      from  9b9cbf2f56e22dd42a49a993df0a557d6b43b9cc (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 e528e7a30878430d357ac382c691b5d61580b0d1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Oct 10 23:27:41 2013 -0700

    add customer status to advanced package report, RT#24631

diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html
index b8c32c6..f9aabfc 100755
--- a/httemplate/search/report_cust_pkg.html
+++ b/httemplate/search/report_cust_pkg.html
@@ -4,16 +4,16 @@
 <INPUT TYPE="hidden" NAME="magic" VALUE="bill">
 <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
 
+% unless ( $custnum ) {
+
   <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
 
     <TR>
       <TH CLASS="background" COLSPAN=2 ALIGN="left">
-        <FONT SIZE="+1">Search options</FONT>
+        <FONT SIZE="+1">Customer search options</FONT>
       </TH>
     </TR>
 
-% unless ( $custnum ) {
-
     <& /elements/tr-select-agent.html,
                    'curr_value'    => scalar( $cgi->param('agentnum') ),
                    'disable_empty' => 0,
@@ -49,8 +49,19 @@
                   'disable_empty' => 1,
     &>
 
+  </TABLE>
+  <BR>
+
 % }
 
+  <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
+
+    <TR>
+      <TH CLASS="background" COLSPAN=2 ALIGN="left">
+        <FONT SIZE="+1">Package search options</FONT>
+      </TH>
+    </TR>
+
     <& /elements/tr-select-sales.html,
                   'label'         => 'Package sales person',
                   'curr_value'    => scalar($cgi->param('salesnum')),

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

Summary of changes:
 httemplate/search/report_cust_pkg.html |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list