[open-ils-commits] r14630 - trunk/Open-ILS/examples (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 27 14:12:11 EDT 2009


Author: miker
Date: 2009-10-27 14:12:07 -0400 (Tue, 27 Oct 2009)
New Revision: 14630

Modified:
   trunk/Open-ILS/examples/action_trigger_filters.json.example
Log:
actually use JSON syntax, not perl

Modified: trunk/Open-ILS/examples/action_trigger_filters.json.example
===================================================================
--- trunk/Open-ILS/examples/action_trigger_filters.json.example	2009-10-27 16:57:29 UTC (rev 14629)
+++ trunk/Open-ILS/examples/action_trigger_filters.json.example	2009-10-27 18:12:07 UTC (rev 14630)
@@ -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 }
                     ]
             }
     }



More information about the open-ils-commits mailing list