From: Ivan Kohler Date: Mon, 12 Nov 2018 17:26:54 +0000 (-0800) Subject: fix pending/invoiced selection, RT#81713 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4346f152b8d5376b3f5e09c1035cf16be3d9892f fix pending/invoiced selection, RT#81713 --- 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>