https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36856

Pedro Amorim <pedro.amo...@ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #166692|0                           |1
        is obsolete|                            |

--- Comment #4 from Pedro Amorim <pedro.amo...@ptfs-europe.com> ---
Created attachment 166913
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166913&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)

Signed-off-by: Lucas Gass <lu...@bywatersolutions.com>
Signed-off-by: Pedro Amorim <pedro.amo...@ptfs-europe.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to