[Koha-bugs] [Bug 30719] ILL should provide the ability to create batch requests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 28 18:42:01 CET 2022


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

Pedro Amorim <pedro.amorim at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #144291|0                           |1
        is obsolete|                            |

--- Comment #17 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Created attachment 144298
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144298&action=edit
Bug 30719: DB, API & tests

This commit adds the following:

- A database update that adds an "illbatches" table, a
"illrequest.batch_id" foreign key and an "illbatches.borrowernumber"
foreign key
- Illbatch and Illbatches Koha objects
- Adds 'batch' accessor to Illrequest object
- CRUD API endpoints for working with ILL batches
- Unit tests of the Koha objects and API endpoints
- Adds 'batch_id' filter to /illrequests endpoint

Signed-off-by: Pedro Amorim <pedro.amorim at ptfs-europe.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list