From ee54b3ef9621c2fa84fccd7bd13e6efcf1ab7f54 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 15 Apr 2018 13:51:55 +0200 Subject: [PATCH] Bug 17698: (QA follow-up) Changes to use Asset TT plugin (bug 20538) --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt index 3ec45f9..7a04453 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt @@ -1,3 +1,4 @@ +[% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE Branches %] @@ -5,7 +6,7 @@ [% INCLUDE 'doc-head-open.inc' %] Home › Circulation › Checkout notes [% INCLUDE 'doc-head-close.inc' %] - +[% Asset.css("css/datatables.css") %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %] @@ -108,7 +109,7 @@ [% MACRO jsinclude BLOCK %] - + [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %]