Bug 33709 - Add override options to checkouts endpoint(s)
Summary: Add override options to checkouts endpoint(s)
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on: 23336
Blocks: 33712
  Show dependency treegraph
 
Reported: 2023-05-10 09:53 UTC by Martin Renvoize (ashimema)
Modified: 2025-03-28 19:51 UTC (History)
3 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize (ashimema) 2023-05-10 09:53:58 UTC
I stripped out the local overrides when creating a checkouts POST route.. we should add them back in using the accepted x-koha-overrides method.
Comment 1 Martin Renvoize (ashimema) 2023-05-10 10:02:56 UTC
There's things in the original patch I didn't understand so will need a bit of help unpicking.

* ? inprocess ?
* due_date override
* ignore_reserves
* cancel_reserves
* issue_date
* sipmode
Comment 2 Andrew Fuerste-Henry 2025-03-28 16:16:01 UTC
We've got a partner who wants to use CheckPrevCheckout for staff checkouts but override it via the API. Would that be covered by this bug, or should I file something separate?