5 Sep
2024
5 Sep
'24
6:53 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37380 --- Comment #9 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #7)
+ my $control_num = $biblio->get_control_number();
This is not correct.
You're right! (In reply to Jonathan Druart from comment #8)
+ is( $extractor->get_control_number, undef, 'Returns undef if no 001' );
- is( $controlnumber, '', 'GetMarcControlnumber handles records without 001' );
Change in behaviour here, did you investigate it?
I did! But I will re-do just in case! -- You are receiving this mail because: You are watching all bug changes.