https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36856 --- Comment #2 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 166681 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166681&action=edit Bug 36856: Fix marc subfield name in new order from existing biblio In form of the bibliographic details when adding an order 'From an existing record' in a basket, the marc subfield name is not shown. The template calls [% field.lib | html %] but this comes from Koha::UI::Form::Builder::Biblio generate_subfield_form() which gives 'marc_lib'. Test plan: 1) Be sure to have an ACQ biblio framework 2) Enable system preference UseACQFrameworkForBiblioRecords 3) Go to an acquisition basket 4) Add a term in 'From an existing record' and submit 5) On first result click on 'Add order' 6) Look at 'Catalog details' => Without patch you only see subfield tag and letter : (123a) => With patch you also see subfield name : Name (123a) -- You are receiving this mail because: You are watching all bug changes.