[freeside-commits] branch master updated. 883e34abf9c9a59cf039c2c698b930b2f305be7f
Ivan
ivan at 420.am
Mon Oct 5 19:05:11 PDT 2015
The branch, master has been updated
via 883e34abf9c9a59cf039c2c698b930b2f305be7f (commit)
from d0b3acc1efb65855d5e52d54c33bb035c9776e2d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 883e34abf9c9a59cf039c2c698b930b2f305be7f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Oct 5 19:05:10 2015 -0700
ticket_system-appointment-queueid config, RT#34237
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,
-----------------------------------------------------------------------
Summary of changes:
rt/share/html/Search/Schedule.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list