https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551
Fridolin Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #89 from Fridolin Somers <[email protected]> --- Ohhhh there is an issue when biblio.biblionumber is on control field like 001 : my ($id_tag, $id_subfield) = GetMarcFromKohaField('biblio.biblionumber', ''); my $record_id = $record->subfield($id_tag, $id_subfield); Fails with : Control fields (generally, just tags below 010) do not have subfields, use data() at /usr/share/perl5/MARC/Record.pm line 240. -- 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/
