https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30744
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com --- Comment #21 from Jonathan Druart <[email protected]> --- There is something wrong in the design here. I really don't think it's correct to pass the marc to Koha::Biblio->get_marc_notes I feel like we need a Koha::MARC class that would have the 'get_notes' method. Koha::Biblio->get_marc_notes fetches the marc and call it If you have a marc already you could call it directly. -- 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/
