https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37996 Thibault Keromnès <thibault.keromnes@univ-paris8.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171930|0 |1 is obsolete| | --- Comment #5 from Thibault Keromnès <thibault.keromnes@univ-paris8.fr> --- Created attachment 176432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176432&action=edit Bug 37996: Add field 773$0 to the link created by add_host_link Bug 29560 created a new function link_marc_host which is supposed to bind the fields : MARC21: 773$0 of the biblio to the 999$c of the bundle biblio UNIMARC: 461$0 of the biblio to the 001 of the bundle biblio This does not work for the MARC21 TEST PLAN: 1 - Apply the patch containing tests 2 - Run test in t/db_dependent/Koha/Biblio.t, they should fail on two tests 3 - Create a bundle on a biblio a 4 - Add an object to a bundle of a 5 - Check the field 773$0 -> it should be empty 6 - Apply patch 7 - Re-run tests 8 - Repeat 4&5 -> 773$0 should contain the biblionumber of a Signed-off-by: Thibault Keromnes <thibault.keromnes@univ-paris8.fr> -- You are receiving this mail because: You are watching all bug changes.