https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21835
Bug ID: 21835
Summary: Request ID is displayed as NaN
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: ILL
Assignee: [email protected]
Reporter: [email protected]
In the main ILL requests table, the request ID is displayed as NaN.
There are two problems here. Firstly, we're not populating id_prefix in the API
response, it got missing in the deprecation of TO_JSON in bug 20996. As such,
by the time we get to the JS that populates the ILL table, there is no
id_prefix property in the row object, so concatenating undefined with an
integer returns NaN.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/