@@ -, +, @@ 20538) --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt +++ a/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' %]