@@ -, +, @@ dropdowns pickup locations: $ kshell k$ perl generate_pickup_locations.pl display some pickup locations based on the matches you got. They are all fetched once --- .../prog/en/modules/reserve/request.tt | 47 +++++++------------ koha-tmpl/intranet-tmpl/prog/js/holds.js | 41 ++++++++-------- koha-tmpl/intranet-tmpl/prog/js/select2.js | 20 ++++++++ 3 files changed, 59 insertions(+), 49 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -1072,6 +1072,7 @@ [% Asset.js("lib/hc-sticky.js") | $raw %] [% Asset.js("js/circ-patron-search-results.js") | $raw %] [% INCLUDE 'select2.inc' %] + [% Asset.js("js/holds.js") | $raw%]