Koha/api/v1/swagger/paths
Agustin Moyano d390b2f7cf Bug 22789: Add non priority feature to C4 classes and staff interface
This patch implements necesary code to implement non priority feature

To test:
1) Apply all patches.
2) Run updatedatabase.
3) Checkout a specific item for patron1.
4) Place a hold on the same item for patron2 (do not check non priority
   hold checkbox).
5) Try to renew the item for patron1.
CHECK => in checkouts table, there is a message that the item could not
be renewed because there was a hold.
6) Cleanup all checkouts and holds.
7) repeat steps 3 to 5, but this time check the non priority checkbox.
SUCCESS => item was renewed
8) prove t/db_dependent/Holds.t

Signed-off-by: Lisette Scheer <lisettes@latahlibrary.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-08-31 16:10:25 +02:00
..
acquisitions_funds.json
acquisitions_orders.json
acquisitions_vendors.json
advancededitormacros.json Bug 25502: Adapt Advanced macros routes to current guidelines 2020-05-19 15:21:16 +01:00
biblios.json Bug 24908: Add text-formatted MARC support in /biblios/{biblio_id} 2020-04-29 17:13:36 +01:00
checkouts.json
circulation-rules.json
cities.json Bug 25279: Add general query parameters to the /cities route 2020-05-12 11:39:36 +01:00
clubs.json Bug 23820: Add checkout to default to patron's home branch on club hold 2020-07-20 17:45:30 +02:00
holds.json Bug 22789: Add non priority feature to C4 classes and staff interface 2020-08-31 16:10:25 +02:00
ill_backends.json
illrequests.json Bug 25944: Schema fix for illrequests route 2020-07-16 15:32:51 +01:00
items.json
libraries.json Bug 25288: Add general query parameters to the /libraries route 2020-06-24 15:15:41 +02:00
oauth.json
patrons.json
patrons_account.json
patrons_password.json
public_patrons.json
return_claims.json
rotas.json