From b25a48b5d905542226d975442f405b3ede80cde4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 19 Jun 2018 12:45:07 +0000 Subject: [PATCH] Bug 20650: (follow-up) Add missing include file This patch adds a missing include of doc-head-open.inc. To test, apply the patch and export a batch of patron cards. The modal view for downloading the card batch PDF should work correctly. Validating the iframe's source should show no relevant errors. --- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt index 5716e97..3d7a30b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt @@ -1,5 +1,6 @@ [% USE Asset %] [% SET footerjs = 1 %] +[% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Patron cards › Patron card printing/exporting [% INCLUDE 'doc-head-close.inc' popup => 1%] -- 2.1.4