https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295
--- Comment #18 from Jan Kissig <[email protected]> --- Created attachment 201692 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201692&action=edit Bug 42295: (follow-up) Reintroduce variables moved to Koha.pref in js_includes.inc The following variables were moved into Koha.prefs store but were still referenced by their original names: - defaultPatronSearchFields, - defaultPatronSearchMethod, - extendedPatronAttributes and - showPatronFirstnameIfDifferentThanPreferredname. This led to 'Uncaught ReferenceError: defaultPatronSearchMethod is not defined' errors f.e. when a patron search was done (/cgi-bin/koha/reserve/request.pl?biblionumber=262) This patch reintroduces them. -- 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/
