summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-11-12 09:26:54 -0800
committerIvan Kohler <ivan@freeside.biz>2018-11-12 09:26:54 -0800
commit4346f152b8d5376b3f5e09c1035cf16be3d9892f (patch)
tree9a3c951ddd6a50afb706b98297a5705d824e1b3d /httemplate
parente4c1781de43835fea0f2997c35de2395d06f220f (diff)
fix pending/invoiced selection, RT#81713
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/cust_event_fee.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/cust_event_fee.html b/httemplate/search/cust_event_fee.html
index 242eed2..230d7b3 100644
--- a/httemplate/search/cust_event_fee.html
+++ b/httemplate/search/cust_event_fee.html
@@ -72,8 +72,8 @@ my $link_cust = sub {
</%once>
<%shared>
-my @scalars = qw(); #qw( agentnum status custnum invnum pkgnum failed );
-my @lists = qw( eventpart billpkgnum );
+my @scalars = qw( billpkgnum ); #qw( agentnum status custnum invnum pkgnum failed );
+my @lists = qw( eventpart );
my %search;
</%shared>
<%init>