[freeside-commits] branch FREESIDE_4_BRANCH updated. 98746442405678b980176634cd69d02c2c8db792

Ivan ivan at 420.am
Mon Oct 5 19:05:12 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  98746442405678b980176634cd69d02c2c8db792 (commit)
      from  477630774d47395f9d42c74fb009eaa4a497e1ac (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 98746442405678b980176634cd69d02c2c8db792
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Oct 5 19:05:12 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