From 883e34abf9c9a59cf039c2c698b930b2f305be7f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 5 Oct 2015 19:05:10 -0700 Subject: [PATCH] ticket_system-appointment-queueid config, RT#34237 --- rt/share/html/Search/Schedule.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt/share/html/Search/Schedule.html b/rt/share/html/Search/Schedule.html index c729ff068..43680b47c 100644 --- a/rt/share/html/Search/Schedule.html +++ b/rt/share/html/Search/Schedule.html @@ -202,7 +202,7 @@ @_, Query => "( Status = 'new' OR Status = 'open' OR Status = 'stalled') AND ( Type = 'reminder' OR 'Type' = 'ticket' ) - AND Queue.id = $queueid ", + AND Queue = $queueid ", slots => scalar(@usernames), Embed => 'Schedule.html', DimPast => 1, -- 2.11.0