summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_event.html
diff options
context:
space:
mode:
authormark <mark>2011-08-29 20:50:33 +0000
committermark <mark>2011-08-29 20:50:33 +0000
commitbbabe74c658a55d27a6dda7b6579bbd332f8f789 (patch)
treeb6bb787d92ff20c28ee13f5f4551c320a46e8281 /httemplate/search/cust_event.html
parent3805d9b6fef0f8627bd74066cfd28d279ae5341a (diff)
start of svc_acct events, #13202
Diffstat (limited to 'httemplate/search/cust_event.html')
-rw-r--r--httemplate/search/cust_event.html1
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";