https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30719 --- Comment #2 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Created attachment 144285 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144285&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 -- You are receiving this mail because: You are watching all bug changes.