From 90397cb7f0ad6aeddfa5ff792001f5cebf78bf44 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Mon, 22 Jul 2024 17:01:14 +0000 Subject: [PATCH] Bug 37144: Added global js variable` --- koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc index 035a50499f..0325a80c5b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc @@ -72,6 +72,7 @@ var defaultPatronSearchFields = "[% Koha.Preference('DefaultPatronSearchFields') || 'firstname|middle_name|surname|othernames|cardnumber|userid' | html %]"; var defaultPatronSearchMethod = "[% Koha.Preference('DefaultPatronSearchMethod') || 'contains' | html %]"; var extendedPatronAttributes = "[% Koha.Preference('ExtendedPatronAttributes') | html %]"; + var ViewContactInformation = '[% CAN_user_borrowers_view_contact_information | html %]'; var loggedInLibrary = '[% Branches.GetLoggedInBranchcode | html %]'; var singleBranchMode = '[% singleBranchMode | html %]'; -- 2.39.2