From 0c03e5c35948d1e5a7dc23b248ec94c7e086a87e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 16 Mar 2018 11:10:03 +0000 Subject: [PATCH] Bug 19709 (follow-up) Add missing Greybox library files This patch adds the Greybox assets to the label print template so that Greybox-related JS functions will work correctly. To test, apply the patch and go to Tools -> Label creator -> Manage -> Label batches. - Select a batch and click 'Export selected' - In the modal window, click the 'Cancel' link. It should close the window. - Click 'Export selected' again. - Click 'Export' - Click 'Done.' The window should close. --- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt index bef9beb..dcc3e84 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt @@ -103,6 +103,7 @@ [% IF ( IntranetUserJS ) %] + [% INCLUDE 'greybox.inc' %]