From 4346f152b8d5376b3f5e09c1035cf16be3d9892f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 12 Nov 2018 09:26:54 -0800 Subject: [PATCH] fix pending/invoiced selection, RT#81713 --- httemplate/search/cust_event_fee.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/search/cust_event_fee.html b/httemplate/search/cust_event_fee.html index 242eed22d..230d7b3bd 100644 --- a/httemplate/search/cust_event_fee.html +++ b/httemplate/search/cust_event_fee.html @@ -72,8 +72,8 @@ my $link_cust = sub { <%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; <%init> -- 2.11.0