From e452ab8afa50676e2ef72a9f780fce2f41d5ad53 Mon Sep 17 00:00:00 2001
From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 27 Oct 2009 18:12:07 +0000
Subject: [PATCH] actually use JSON syntax, not perl

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14630 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/examples/action_trigger_filters.json.example | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Open-ILS/examples/action_trigger_filters.json.example b/Open-ILS/examples/action_trigger_filters.json.example
index 800664308d..b35f5edf74 100644
--- a/Open-ILS/examples/action_trigger_filters.json.example
+++ b/Open-ILS/examples/action_trigger_filters.json.example
@@ -1,12 +1,12 @@
 {
 
 'checkout.due' :
-    { 'context_org' => 'circ_lib',
-      'filter'      =>
-            { 'checkin_time'  => undef,
-              '-or'           =>
-                    [ { 'stop_fines'  => ['MAXFINES', 'LONGOVERDUE'] },
-                      { 'stop_fines'  => undef }
+    { 'context_org' : 'circ_lib',
+      'filter'      :
+            { 'checkin_time'  : null,
+              '-or'           :
+                    [ { 'stop_fines'  : ['MAXFINES', 'LONGOVERDUE'] },
+                      { 'stop_fines'  : null }
                     ]
             }
     }
-- 
2.11.0