From: Ivan Kohler Date: Sun, 13 Apr 2014 09:21:29 +0000 (-0700) Subject: installers (calendaring), RT#16584 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8420caa62848813b7aeb2e6c1e2bb3430aa79d92 installers (calendaring), RT#16584 --- diff --git a/rt/share/html/Search/Schedule.html b/rt/share/html/Search/Schedule.html index 8a1861695..9ba41c7e3 100644 --- a/rt/share/html/Search/Schedule.html +++ b/rt/share/html/Search/Schedule.html @@ -7,6 +7,9 @@ <& /Search/Calendar.html, @_, + Query => "( Status = 'new' OR Status = 'open' OR Status = 'stalled') + AND ( Type = 'reminder' OR 'Type' = 'ticket' )", + #XXX and we have the magic custom field slots => scalar( @{ $ARGS{username} } ), Embed => 'Schedule.html', Display => 'Schedule',