13 Apr
2023
13 Apr
'23
9:07 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33507 --- Comment #2 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Try that: { "agreement_packages.package_id": [ {"!=": 1}, {"=": null } ] } You want to list those that are not linked with the current one but also those that are not linked with any packages (it's a left join). -- You are receiving this mail because: You are watching all bug changes.