actually use JSON syntax, not perl
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 27 Oct 2009 18:12:07 +0000 (18:12 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 27 Oct 2009 18:12:07 +0000 (18:12 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14630 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/action_trigger_filters.json.example

index 8006643..b35f5ed 100644 (file)
@@ -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 }
                     ]
             }
     }