@@ -, +, @@ a MARC file - The MARC and Card previews - The "Date acquired" field under the "Item information" tab should trigger a Flatpickr widget. --- .../prog/en/modules/acqui/addorderiso2709.tt | 100 +++++++++--------- 1 file changed, 51 insertions(+), 49 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -10,7 +10,7 @@ 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 %] @@ -18,6 +18,7 @@ [% Asset.js("js/acq.js") | $raw %] [% Asset.js("js/funds_sorts.js") | $raw %] [% Asset.js("js/addorderiso2709.js") | $raw %] +[% INCLUDE 'calendar.inc' %] @@ -180,11 +181,11 @@
  • - +
  • - +
  • @@ -319,23 +320,24 @@ - [% END # /FOREACH biblio %] +
    @@ -402,40 +404,40 @@ -
  • - [% IF ( close ) %] + [% IF ( close ) %] +
  • Fund: [% Budget_name | html %] - [% ELSE %] -
  • - - + [% FOREACH currency IN currencies %] + [% IF currency.currency == bookseller.listprice %] + + [% ELSIF not currency.archived %] + [% END %] - -
  • -
  • - - +
  • +
  • + + - - -
  • - [% END #/IF close %] - + [% END %] + + + + + [% END #/IF close %]
  • --