https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41653 --- Comment #7 from Phil Ringnalda <phil@chetcolibrary.org> --- Comment on attachment 197043 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197043 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. -- You are receiving this mail because: You are watching all bug changes.