[Koha-bugs] [Bug 30200] Add customizable tabs to interlibrary loan requests list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 12 13:05:43 CEST 2022


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

--- Comment #20 from Owen Leonard <oleonard at 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.


More information about the Koha-bugs mailing list