[Koha-bugs] [Bug 23310] Noisy Koha::Biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Oct 26 09:20:48 CEST 2019


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
-        $title = $record->subfield( '245', 'a' ) . $record->subfield( '245',
'b' );
+        $title = $record->field('245')->as_string('ab');

Personally, I wouldnt request a test for this change. We are relying here on
the module MARC::Field, and we are not testing all its functions?

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


More information about the Koha-bugs mailing list