Bug 20650: (follow-up) Add missing include file
authorOwen Leonard <oleonard@myacpl.org>
Tue, 19 Jun 2018 12:45:07 +0000 (12:45 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 6 Jul 2018 13:47:13 +0000 (13:47 +0000)
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 <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt

index 5716e97..3d7a30b 100644 (file)
@@ -1,5 +1,6 @@
 [% USE Asset %]
 [% SET footerjs = 1 %]
+[% INCLUDE 'doc-head-open.inc' %]
     <title>Koha &rsaquo; Tools &rsaquo; Patron cards &rsaquo; Patron card printing/exporting</title>
     [% INCLUDE 'doc-head-close.inc' popup => 1%]
 </head>