@@ -, +, @@ - Open or create a label batch. - Click "Add items" to trigger the pop-up search window. - Date picker should work now --- koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt @@ -1,7 +1,6 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %]Koha › Labels [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'calendar.inc' %] @@ -104,4 +103,7 @@ to add to Batch [% batch_id %] +[% MACRO jsinclude BLOCK %] + [% INCLUDE 'calendar.inc' %] +[% END %] [% INCLUDE 'intranet-bottom.inc' popup_window=1 %] --