[freeside-commits] branch master updated. 4346f152b8d5376b3f5e09c1035cf16be3d9892f
Ivan Kohler
ivan at freeside.biz
Mon Nov 12 09:26:55 PST 2018
The branch, master has been updated
via 4346f152b8d5376b3f5e09c1035cf16be3d9892f (commit)
from e4c1781de43835fea0f2997c35de2395d06f220f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4346f152b8d5376b3f5e09c1035cf16be3d9892f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Nov 12 09:26:54 2018 -0800
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 {
</%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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/cust_event_fee.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list