https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18984
--- Comment #18 from Marcel de Rooy <[email protected]> --- DBIx::Class::Relationship::ManyToMany::many_to_many(): *************************************************************************** The many-to-many relationship 'search_fields' is trying to create a utility method called add_to_search_fields. This will completely overwrite one such already existing method on class Koha::Schema::Result::SearchMarcMap. You almost certainly want to rename your method or the many-to-many relationship, as the functionality of the original method will not be accessible anymore. To disable this warning set to a true value the environment variable DBIC_OVERWRITE_HELPER_METHODS_OK -- 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/
