projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dc73a4
)
Bug fix, fallout from #36741 commit 11df448b, discovered/fixed while testing #41394
author
Jonathan Prykop
<jonathan@freeside.biz>
Sat, 14 May 2016 03:39:07 +0000
(22:39 -0500)
committer
Jonathan Prykop
<jonathan@freeside.biz>
Sat, 14 May 2016 03:54:01 +0000
(22:54 -0500)
httemplate/search/cust_event.html
patch
|
blob
|
history
diff --git
a/httemplate/search/cust_event.html
b/httemplate/search/cust_event.html
index
122bee0
..
ad953e3
100644
(file)
--- a/
httemplate/search/cust_event.html
+++ b/
httemplate/search/cust_event.html
@@
-157,7
+157,7
@@
die "access denied"
|| $cgi->param('pkgnum') =~ /^(\d+)$/
);
-my @statuses = $cgi->
multi_
param('event_status');
+my @statuses = $cgi->param('event_status');
my $title = 'Billing events';
if ( $statuses[0] eq 'failed' and !defined($statuses[1]) ) {
# tweak the title if we're showing only failed events