[freeside-commits] branch FREESIDE_4_BRANCH updated. 25378ab2e1772717162e406e9ffd91e2025f7b92

Ivan Kohler ivan at freeside.biz
Mon Nov 12 09:26:58 PST 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  25378ab2e1772717162e406e9ffd91e2025f7b92 (commit)
      from  38e74e501fd8d14f5426a98a13497aa6b0be8435 (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 25378ab2e1772717162e406e9ffd91e2025f7b92
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Nov 12 09:26:57 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