From 3fd1d3cf04b1b6ced0c79c36a272b313025253f8 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 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 --- .../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 16c6de85eed..76af4f612ab 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.34.1