X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pkg_report.cgi;h=d9aada5f4afac6ac04bf384617281099c58e0efb;hb=a59c9cdd72fdf85d81007ba86e81479f6ec8e6e5;hp=b316745401a95926fef3d76e9e9a34b03c7d7c7a;hpb=eb9668a6f3181ee02cb335272c5ee4616e61fd09;p=freeside.git diff --git a/httemplate/search/cust_pkg_report.cgi b/httemplate/search/cust_pkg_report.cgi index b31674540..d9aada5f4 100755 --- a/httemplate/search/cust_pkg_report.cgi +++ b/httemplate/search/cust_pkg_report.cgi @@ -1,63 +1,22 @@ - - - Packages - - - - - - -

Packages

-
- - Return packages with next bill date:

- - - - - - - - - - - -<% my %agent_search = dbdef->table('agent')->column('disabled') - ? ( 'disabled' => '' ) : (); - my @agents = qsearch( 'agent', \%agent_search ); - if ( scalar(@agents) == 1 ) { -%> - -<% } else { %> +<%= include('/elements/header.html', 'Packages' ) %> - - - - -<% } %> -
From:
m/d/y
To:
m/d/y
Agent:
-
+ + -
+Return packages with next bill date: +

- - + + <%= include( '/elements/tr-input-beginning_ending.html' ) %> + <%= include( '/elements/tr-select-agent.html', + $cgi->param('agentnum'), + ) + %> +
+
+ + + + +<%= include('/elements/footer.html') %>