[% USE raw %]
[% USE Asset %]
[% USE KohaDates %]
[% USE Branches %]
[% INCLUDE 'doc-head-open.inc' %]
[% IF ( batch_details ) %]
Batch [% import_batch_id | html %]
[% ELSE %]
Batch list
[% END %] › Order staged MARC records › Acquisitions › Koha
[% INCLUDE 'doc-head-close.inc' %]
[%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %]
[% Asset.js("js/acquisitions-menu.js") | $raw %]
[% INCLUDE 'datatables.inc' %]
[% Asset.js("js/acq.js") | $raw %]
[% Asset.js("js/funds_sorts.js") | $raw %]
[% Asset.js("js/cataloging.js") | $raw %]
[% Asset.js("js/addorderiso2709.js") | $raw %]
[% INCLUDE 'calendar.inc' %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'acquisitions-search.inc' %]
[% IF ( allmatch ) %]
No records imported
No records have been imported because they all match existing records in your catalog. You'll have to treat them individually.
[% END %]
[% IF ( batch_details ) %]
Add orders from [% comments | html %]
([% file_name | html %] staged on [% upload_timestamp | $KohaDates with_hours => 1 %])
[% # /div.row %]
[% INCLUDE 'intranet-bottom.inc' %]