https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37399
Aleisha Amohia <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_24_05_candidate CC| |[email protected] --- Comment #6 from Aleisha Amohia <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
