diff options
Diffstat (limited to 'httemplate/search/cust_event.html')
-rw-r--r-- | httemplate/search/cust_event.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/cust_event.html b/httemplate/search/cust_event.html index 503f252bd..deb34b9e5 100644 --- a/httemplate/search/cust_event.html +++ b/httemplate/search/cust_event.html @@ -191,6 +191,7 @@ my $sql_query = { 'extra_sql' => $where, 'order_by' => 'ORDER BY _date ASC', 'addl_from' => $join, + 'debug' => 2, }; my $count_sql = "SELECT COUNT(*) FROM cust_event $join $where"; |