diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-10-05 19:05:10 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-10-05 19:05:10 -0700 |
commit | 883e34abf9c9a59cf039c2c698b930b2f305be7f (patch) | |
tree | 670838d83c7fcc60913a791acc08fe80f5b4c56e /rt | |
parent | d0b3acc1efb65855d5e52d54c33bb035c9776e2d (diff) |
ticket_system-appointment-queueid config, RT#34237
Diffstat (limited to 'rt')
-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, |