https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41706
--- Comment #6 from Jonathan Druart <[email protected]> --- 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 <[email protected]> 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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
