diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-10-05 19:05:10 -0700 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-03 17:28:00 -0600 |
commit | 660d0fe0876186513fdd4d6a2946816dc4a42db5 (patch) | |
tree | ac8b439ee42f875c3bd0b7e6e10ff23eaf0ff412 | |
parent | 1a96b3b591e134a079987838f9ceb2aa0d03298c (diff) |
ticket_system-appointment-queueid config, RT#34237
-rw-r--r-- | rt/share/html/Search/Schedule.html | 2 |
1 files changed, 1 insertions, 1 deletions
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, |