fix pending/invoiced selection, RT#81713
authorIvan Kohler <ivan@freeside.biz>
Mon, 12 Nov 2018 17:26:54 +0000 (09:26 -0800)
committerIvan Kohler <ivan@freeside.biz>
Mon, 12 Nov 2018 17:26:54 +0000 (09:26 -0800)
httemplate/search/cust_event_fee.html

index 242eed2..230d7b3 100644 (file)
@@ -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>