summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-10 23:27:40 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-10 23:27:40 -0700
commit0b86d4cbe544bafe19f1707762667eabe5065714 (patch)
tree95d3838d132634ccd85aa94369572d22069d8b3e /httemplate/search
parent47c250d15d752e6210b9c044a4a64e2e8992c64e (diff)
add customer status to advanced package report, RT#24631
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/report_cust_pkg.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html
index b8c32c631..f9aabfc7a 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')),