From 0588f7720f8841e7e9f889d85187ba0f10fc8df1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 23 Feb 2023 12:09:42 +0100 Subject: [PATCH] Bug 32307: Fix local cover images We were not calling the function here! Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 77b3e01ca04d41be5b95222c84a223f9751dfe99) Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 36c346f1f3..fe4a29bebd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1628,7 +1628,7 @@ Note that permanent location is a code, and location may be an authval. }); [% ELSE %] $(window).load(function() { - verify_cover_images; + verify_cover_images(); }); [% END %] -- 2.39.2