Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "checkout.due" : {
  3. "context_org" : "circ_lib",
  4. "filter" : {
  5. "checkin_time" : null,
  6. "-or" : [
  7. { "stop_fines" : ["MAXFINES"] },
  8. { "stop_fines" : null }
  9. ],
  10. "-exists" : {
  11. "select" : {"au" : ["id"]},
  12. "from" : "au",
  13. "where" : {
  14. "-not" : {
  15. "profile" : [29]
  16. },
  17. "id" : { "=" : {"+circ" : "usr"} }
  18. }
  19. }
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement