diff options
-rw-r--r-- | httemplate/search/cust_event_fee.html | 4 |
1 files 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 { </%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> |