https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23310 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #9 from Marcel de Rooy <m.de.rooy@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.