summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-10-05 19:05:10 -0700
committerIvan Kohler <ivan@freeside.biz>2015-10-05 19:05:10 -0700
commit883e34abf9c9a59cf039c2c698b930b2f305be7f (patch)
tree670838d83c7fcc60913a791acc08fe80f5b4c56e /rt
parentd0b3acc1efb65855d5e52d54c33bb035c9776e2d (diff)
ticket_system-appointment-queueid config, RT#34237
Diffstat (limited to 'rt')
-rw-r--r--rt/share/html/Search/Schedule.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Search/Schedule.html b/rt/share/html/Search/Schedule.html
index c729ff0..43680b4 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,