Koha/Koha/Checkouts
Kyle M Hall 816bbbe77f
Bug 33362: Allow return claims to be resolved even if the issue has since been delete from the database
Test Plan:
1) Check out an item
2) Claim return on it, moving it to the old_issues table
3) Delete the old_issue via koha-mysql or Use cleanup_database.pl
4) Attempt to resolve the claim
5) Note the error
6) Apply this patch set
7) Restart all the things!
8) Attempt to resolve the claim
9) No errors!

Signed-off-by: Sam Lau <samalau@gmail.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-05-24 11:21:31 -03:00
..
Renewal.pm Bug 30275: (follow-up) Drop renewer_id constraint 2022-07-05 09:46:18 -03:00
Renewals.pm Bug 30275: Add Koha::Objects for Renewals 2022-07-05 09:45:53 -03:00
ReturnClaim.pm Bug 33362: Allow return claims to be resolved even if the issue has since been delete from the database 2023-05-24 11:21:31 -03:00
ReturnClaims.pm Bug 28854: Improve lost details display for bundle items 2022-07-13 10:35:36 -03:00