@@ -, +, @@ addorderiso2709.tt - Acquisitions -> Vendor -> Basket -> Add to basket from a staged file - MARC and Card previews, select all/clear all - Item information tab: Cataloging plugins for fields like date acquired, barcode - Default accounting details tab: Show inactive control --- .../prog/en/modules/acqui/addorderiso2709.tt | 30 ++++++++++------------ 1 file changed, 13 insertions(+), 17 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -2,7 +2,6 @@ [% USE Asset %] [% USE KohaDates %] [% USE Branches %] -[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Order staged MARC records [% IF ( batch_details ) %] @@ -13,6 +12,19 @@ [% INCLUDE 'doc-head-close.inc' %] +[%# As long as cataloging plugins rely on @@ -432,20 +444,4 @@ [% # /div.col-sm-6 %] [% # /div.row %] - -[% MACRO jsinclude BLOCK %] - [% Asset.js("js/acquisitions-menu.js") | $raw %] - [% INCLUDE 'datatables.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] - [% Asset.js("js/acq.js") | $raw %] - [% Asset.js("js/funds_sorts.js") | $raw %] - [% Asset.js("js/addorderiso2709.js") | $raw %] - -[% END %] - [% INCLUDE 'intranet-bottom.inc' %] --