summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_event.html
diff options
context:
space:
mode:
authorivan <ivan>2009-12-04 04:40:28 +0000
committerivan <ivan>2009-12-04 04:40:28 +0000
commitcf49d3c860a2000cfc23a0e0db472a7d6fc58935 (patch)
treed3fa44471ab7c004f06c09ca71747b77992aa9ce /httemplate/search/cust_event.html
parent051abf85ce0cad902a6c2b0d24a6f90d4e7c5147 (diff)
customer-specific account report (and some small refactoring of method names to clash less), RT#6180
Diffstat (limited to 'httemplate/search/cust_event.html')
-rw-r--r--httemplate/search/cust_event.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_event.html b/httemplate/search/cust_event.html
index b22644efe..a0429e44f 100644
--- a/httemplate/search/cust_event.html
+++ b/httemplate/search/cust_event.html
@@ -173,7 +173,7 @@ my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi);
$search{'beginning'} = $beginning;
$search{'ending'} = $ending;
-my $where = ' WHERE '. FS::cust_event->search_sql( \%search );
+my $where = ' WHERE '. FS::cust_event->search_sql_where( \%search );
my $join = FS::cust_event->join_sql();