From fc7cb79cc392d4e4db395f04d67d76095ce86e4f Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Mon, 22 Jul 2024 17:03:10 +0000 Subject: [PATCH] Bug 37144: Passed permission through the autocomplete --- koha-tmpl/intranet-tmpl/prog/js/staff-global.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js index ceaf8b8d57..54e48e17cd 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js +++ b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js @@ -696,10 +696,11 @@ function patron_autocomplete(node, options) { ")," : "") + " " + + ViewContactInformation ? $format_address(item, { no_line_break: true, include_li: false, - }) + + }) : "") + " " + (!singleBranchMode ? '' + -- 2.39.2