[freeside-commits] branch FREESIDE_3_BRANCH updated. fdb1871c66468d17e4b41325a5097506430fe300
Ivan Kohler
ivan at freeside.biz
Mon Nov 12 09:27:01 PST 2018
The branch, FREESIDE_3_BRANCH has been updated
via fdb1871c66468d17e4b41325a5097506430fe300 (commit)
from 6a7f8564f88170dbe675fd0a24ee6dd4734728c7 (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 fdb1871c66468d17e4b41325a5097506430fe300
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Nov 12 09:27:00 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