Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "checkout.due" : {
- "context_org" : "circ_lib",
- "filter" : {
- "checkin_time" : null,
- "-or" : [
- { "stop_fines" : ["MAXFINES"] },
- { "stop_fines" : null }
- ],
- "-exists" : {
- "select" : {"au" : ["id"]},
- "from" : "au",
- "where" : {
- "-not" : {
- "profile" : [29]
- },
- "id" : { "=" : {"+circ" : "usr"} }
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement