27 Jun
2019
27 Jun
'19
10:15 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21559 --- Comment #12 from paxed <pasi.kallinen@koha-suomi.fi> --- (In reply to Tomás Cohen Arazi from comment #11)
(In reply to paxed from comment #10)
Moving the _matchRecordFieldSpec and GetAutoFrameworkCode to Koha/Biblio.pm is the easy part. But then AddBiblio has to be rewritten. Unless there's a way to get a Koha::Biblio object without having the record in the database?
Koha::Biblio->new({ attr1 => val1, ... });
How do I set the metadata->record using this way? -- You are receiving this mail because: You are watching all bug changes.