12 Oct
2022
12 Oct
'22
1:05 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30200 --- Comment #20 from Owen Leonard <oleonard@myacpl.org> ---
2. Add at least 4 ILL requests with the following SQL: INSERT INTO `illrequests` (borrowernumber, branchcode, status, backend) VALUES (1, 'CPL', 'IN_REM', 'Libris');
Another thing to note: If I manually update an ILL request with a custom status, the ILL requests table breaks completely: "Uncaught TypeError: can't access property "name", row.capabilities[row.status] is undefined" This problem happens in master too, but I mention it because it affects the usefulness of the test plan here. -- You are receiving this mail because: You are watching all bug changes.