From 9058725132ecb5a66cdb38a75d2033daae585432 Mon Sep 17 00:00:00 2001 From: Lari Strand Date: Wed, 5 Jun 2024 10:10:02 +0300 Subject: [PATCH] Bug 37033: Plugin intranet_js won't load in Cart popup (intranet-bottom.inc missing) Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt index 5800e61c47..03e849c20d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -358,6 +358,7 @@ [% INCLUDE js_includes.inc %] [% INCLUDE 'datatables.inc' %] [% Asset.js("js/cart.js") | $raw %] + [% INCLUDE 'intranet-bottom.inc' popup_window=1 %] -- 2.39.5