From 86357b7c08a3c505d8c636afedb835f52a7be8d0 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 17 Aug 2022 11:18:46 -1000 Subject: [PATCH] Bug 31388: Add select2 to fund selection in new order form In new order form, when you have a lot of funds, would be useful to have autocompletion in funds combobox. Test plan : 1) Create an activ and an inactiv budget with at least one fund 2) Create a new order 'From a new (empty) record' 3) Check you see autocompletion in 'Fund' combobox 4) Click on 'Show inactive' 5) Check you see inactiv funds in combobox Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index 13a47cb960..ce9dcd2324 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -366,7 +366,7 @@ [% active_count= active_count + budget_loo.b_active %] [% END %] [% END %] - [% FOREACH budget_loo IN budget_loop %] [% level_indent_cnt = 0 %] @@ -540,6 +540,7 @@ [% Asset.js("js/additem.js") | $raw %] [% Asset.js("js/cataloging.js") | $raw %] [% INCLUDE 'calendar.inc' %] + [% INCLUDE 'select2.inc' %]