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 <jonathan.druart@bugs.koha-community.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
95d8ceef98
commit
fcd3965fb5
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
[% USE Asset %]
|
||||
[% SET footerjs = 1 %]
|
||||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Tools › Patron cards › Patron card printing/exporting</title>
|
||||
[% INCLUDE 'doc-head-close.inc' popup => 1%]
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue