5 Sep
2024
5 Sep
'24
8:27 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37840 --- Comment #2 from Adolfo Rodríguez Taboada <adolfo.rodriguez@xercode.es> --- The error is in the way it obtains the value of not for loan for the item type. item_types_notforloan[row.item_type_id] returns undefined always item_types_notforloan.get(row.item_type_id) returns 1 or 0 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.