diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-11-12 09:26:57 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-11-12 09:26:57 -0800 |
| commit | 25378ab2e1772717162e406e9ffd91e2025f7b92 (patch) | |
| tree | 80f414a028ef3f2923234b2b20a11dbce2278726 | |
| parent | 38e74e501fd8d14f5426a98a13497aa6b0be8435 (diff) | |
fix pending/invoiced selection, RT#81713
| -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> |
