Koha/offline_circ
Nick Clemens 02326ebf24
Bug 30016: Remove GetOpenIssue subroutine
This patch adjusts the code that uses GetOpenIssue to use/find a Koha::Checkout object
instead

To test:
1 - Add a course to course reserves
2 - Create an item with barcode TESTKOC
3 - Add the item to a course
4 - Checkout the item
5 - View course details on stff and opac and confirm item shows as checked out and due date displays
6 - prove t/db_dependent/Circulation/issue.t t/db_dependent/Circulation.t t/db_dependent/CourseReserves.t
7 - Browse to Circulation->Upload offline circulation
8 - Upload a file to return the item: https://wiki.koha-community.org/wiki/Koha_offline_circulation_file_format
9 - Confirm item is returned

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-08-31 08:50:37 -03:00
..
download.pl Bug 30275: Rename issues.renewals to issues.renewals_count 2022-07-05 09:45:55 -03:00
enqueue_koc.pl Bug 30525: Items batch modification broken 2022-04-21 13:41:36 -10:00
list.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
process.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
process_koc.pl Bug 30016: Remove GetOpenIssue subroutine 2022-08-31 08:50:37 -03:00
service.pl Bug 28785: Adjust check_cookie_auth calls 2021-10-18 11:28:41 +02:00