From 983add5f97439fc19f7f7c89a7555d7290cb4940 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 6 Mar 2020 23:38:52 +0000 Subject: [PATCH] Bug 24825: Add [% SET footerjs = 1 %] to circulation-home.tt TEST PLAN: -add this jQuery to IntranetUserJS: $('#logo').hide(); -load the circulation page, it does not hide the logo. -go to any other page on the staff client, the logo is hidden. -apply patch -load the circulation page, the logo is hidden --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt index b1bac4ae2b..ff96900380 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt @@ -1,5 +1,6 @@ [% USE raw %] [% USE Koha %] +[% SET footerjs = 1 %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation -- 2.11.0