[Koha-bugs] [Bug 20522] Fields with only one $9 subfield are removed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 30 17:28:11 CEST 2018


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

Fridolin SOMERS <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #4 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
We at Biblibre have the same issue for our libraries wanting 010$9.

Note that when creating a new records, AddBiblio is called and it does not
contain this code that removes $9.

Bug 5683 says :
"
It seems that running link_bibs_to_authorities.pl can corrupt records in cases
where there is a heading with only subfield 9 populated, since the script
automatically removes all subfield 9s.
"
So I understand that link_bibs_to_authorities.pl must handle the case where
field has no subfield anymore, not ModBiblio that is also used by cataloguing
page.
I'd say it must be fixed in LinkBibHeadingsToAuthorities().

PS : we must also revert tests in t/db_dependent/Biblio.t

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list