{
-'checkout.due' :
- { 'context_org' : 'circ_lib',
- 'filter' :
- { 'checkin_time' : null,
- '-or' :
- [ { 'stop_fines' : ['MAXFINES', 'LONGOVERDUE'] },
- { 'stop_fines' : null }
+"checkout.due" :
+ { "context_org" : "circ_lib",
+ "filter" :
+ { "checkin_time" : null,
+ "-or" :
+ [ { "stop_fines" : ["MAXFINES", "LONGOVERDUE"] },
+ { "stop_fines" : null }
]
}
}
if ($opt_custom_filter) {
open FILTERS, $opt_custom_filter;
- $hook_handlers = OpenSRF::Utils::JSON->JSON2Perl(join('',(<FILTERS>)));
+ $hook_handlers = OpenSRF::Utils::JSON->JSON2perl(join('',(<FILTERS>)));
close FILTERS;
}