https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41653 --- Comment #9 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Phil Ringnalda from comment #7)
Comment on attachment 197043 [details] [review] Bug 41653: Move addPrefs and addPermissions under the Koha namespace
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc - if (prefs.LocalCoverImages || prefs.OPACLocalCoverImages) { + if (Koha.prefs.LocalCoverImages || prefs.OPACLocalCoverImages) {
There's two 'prefs.' there, and only one changed to 'Koha.prefs', which breaks loading the items table.
Fixed, thanks! -- You are receiving this mail because: You are watching all bug changes.