[Koha-bugs] [Bug 33507] EBSCO packages - Dont list already related agreements when adding a new agreement

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 13 09:07:23 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33507

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list