30 Jul
2026
30 Jul
'26
3:17 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41706 --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 202724 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202724&action=edit Bug 41706: Add a test Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Amended: - $marc->append_fields( MARC::Field->new( '100', ' ', ' ', a => 'Aristotle.' ) ); - marc2cites($marc); + $marc_record->append_fields( MARC::Field->new( '100', ' ', ' ', a => 'Aristotle.' ) ); + marc2cites($marc_record); -- You are receiving this mail because: You are watching all bug changes.