installers (calendaring), RT#16584
[freeside.git] / rt / share / html / Search / Schedule.html
index 8a18616..14956b2 100644 (file)
@@ -7,8 +7,12 @@
 
 <& /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',
+     DimPast     => 1,
      Display     => 'Schedule',
      DisplayArgs => [ username => $ARGS{username} ],
 &>