From a96b79d5d789c95cc5e0ad391677ff4405b1b9fc 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. Signed-off-by: Jonathan Druart --- 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 5716e972fc..3d7a30bdd1 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.11.0