From adb3fdc9516c69b2411394c721fbec2f83d3c044 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 10 Jun 2025 11:27:37 +0200 Subject: [PATCH] Bug 40106: Fix language selector display on acqui/vendors Content-Type: text/plain; charset=utf-8 Test plan: Enable several languages for the staff interface Go to http://localhost:8081/cgi-bin/koha/acquisition/vendors/1 Notice that the language selector menu is displayed Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy --- .../prog/en/modules/acqui/vendors.tt | 30 +++++++++---------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/vendors.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/vendors.tt index 16c6de85ee..76af4f612a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/vendors.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/vendors.tt @@ -21,20 +21,18 @@ [% INCLUDE 'acquisitions-search.inc' %] [% END %] -
- +
- [% MACRO jsinclude BLOCK %] - [% INCLUDE 'calendar.inc' %] - [% INCLUDE 'datatables.inc' %] - [% INCLUDE 'js-patron-format.inc' %] - [% INCLUDE 'js-date-format.inc' %] - [% INCLUDE 'format_price.inc' %] - - [% Asset.js("js/vue/dist/acquisitions.js") | $raw %] - [% INCLUDE 'select2.inc' %] - [% END %] - [% INCLUDE 'intranet-bottom.inc' %]
+[% MACRO jsinclude BLOCK %] + [% INCLUDE 'calendar.inc' %] + [% INCLUDE 'datatables.inc' %] + [% INCLUDE 'js-patron-format.inc' %] + [% INCLUDE 'js-date-format.inc' %] + [% INCLUDE 'format_price.inc' %] + + [% Asset.js("js/vue/dist/acquisitions.js") | $raw %] + [% INCLUDE 'select2.inc' %] +[% END %] +[% INCLUDE 'intranet-bottom.inc' %] -- 2.39.5