From: Bill Erickson Date: Thu, 18 Apr 2013 14:07:53 +0000 (-0400) Subject: long overdue : A/T json filter remove LO X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8ae4949d844859a3884c5633354bce9866a53fde;p=evergreen%2Fequinox.git long overdue : A/T json filter remove LO Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/examples/action_trigger_filters.json.example b/Open-ILS/examples/action_trigger_filters.json.example index d599d7bd42..31d713d79b 100644 --- a/Open-ILS/examples/action_trigger_filters.json.example +++ b/Open-ILS/examples/action_trigger_filters.json.example @@ -4,7 +4,7 @@ "filter" : { "checkin_time" : null, "-or" : - [ { "stop_fines" : ["MAXFINES", "LONGOVERDUE"] }, + [ { "stop_fines" : ["MAXFINES"] }, { "stop_fines" : null } ] }