https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21559
--- Comment #11 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
