From 2e6a7d49a308099efc4148e60a7f897ed6a2988f Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Mon, 2 Sep 2024 14:44:44 +0200 Subject: [PATCH] Revert "Bug 37059: Fix insert button in notices and slips" This reverts commit 013cda40de12acc3488677139c44d3532cd63f68. --- koha-tmpl/intranet-tmpl/prog/js/letter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/letter.js b/koha-tmpl/intranet-tmpl/prog/js/letter.js index b022a37d3f..8a1894a1f7 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/letter.js +++ b/koha-tmpl/intranet-tmpl/prog/js/letter.js @@ -219,7 +219,7 @@ $(document).ready(function() { }); function insertValueQuery(containerid) { - var fieldset = $("#" + containerid + "_panel"); + var fieldset = $("#" + containerid); var myQuery = $(fieldset).find('textarea[name="content"]'); var myListBox = $(fieldset).find('select[name="SQLfieldname"]'); -- 2.39.5