https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32722
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #35 from Victor Grousset/tuxayo <[email protected]> --- It works! :) Testing notes, when trying to save the result, I get Can't call method "metadata" on an undefined value at /kohadevbox/koha/cataloguing/additem.pl line 195 194: our $tagslib = &GetMarcStructure( 1, $frameworkcode ); 195: my $record = $biblio->metadata->record; 196: 197: output_and_exit_if_error( Given the patch changes, that doesn't look related. That will be something else to look after this >_< (In reply to Victor Grousset/tuxayo from comment #9) > More meta issue: it[the current issue] makes a pain to test UNIMARC patches. And to test if UNIMARC cataloguing still works at all it seems 🫠-- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
