20 Jun
2019
20 Jun
'19
12:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21559 --- Comment #11 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (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, ... }); -- You are receiving this mail because: You are watching all bug changes.