https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37399 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_24_05_candidate CC| |aleisha@catalyst.net.nz --- Comment #6 from Aleisha Amohia <aleisha@catalyst.net.nz> --- This fixes a bug for the holdings table in the staff interface in 24.05. If noItemTypeImages is disabled, we get the "Processing" box for a while, and in the console is an error: `Uncaught ReferenceError: item_type_description is not defined` This patches moves the important line outside of the [% UNLESS %] block: `let item_type_description = row._strings.item_type_id.str;` so that item_type_description can be defined. Please backport :) -- You are receiving this mail because: You are watching all bug changes.