@@ -, +, @@ MARC file homebranch: 975$a holdingbranch: 975$b itype: 975$y nonpublic_note: 975$x public_note: 975$z loc: 975$c ccode: 975$8 notforloan: 975$7 quantity: 975$q price: 975$g replacementprice: 975$v uri: 975$u --- .../prog/en/modules/acqui/addorderiso2709.tt | 37 +++++++++++++++---- 1 file changed, 30 insertions(+), 7 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,30 @@ Batch list [% END %] › Order staged MARC records › Acquisitions › Koha - + [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/addbiblio.css") | $raw %] [%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %] @@ -132,6 +155,11 @@ [%- END -%] + + MARC + Card + Add order +
  1. @@ -207,7 +235,7 @@
    [% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] [% FOREACH item IN biblio.iteminfos %] -
    +
    Item record [% item.item_id | html %]
    1. @@ -336,11 +364,6 @@ [% END %]
    - - MARC - Card - Add order - [% END # /FOREACH biblio %] --