https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37380
--- Comment #9 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
