@@ -, +, @@ --- Koha/Schema/Result/SearchField.pm | 2 +- Koha/Schema/Result/SearchMarcMap.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/Koha/Schema/Result/SearchField.pm +++ a/Koha/Schema/Result/SearchField.pm @@ -117,6 +117,6 @@ __PACKAGE__->has_many( # Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-10-12 16:41:47 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4MJO9216VF37w7PlWCcBKg +__PACKAGE__->many_to_many("search_marc_maps", "search_marc_to_fields", "search_marc_map"); -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; --- a/Koha/Schema/Result/SearchMarcMap.pm +++ a/Koha/Schema/Result/SearchMarcMap.pm @@ -125,6 +125,6 @@ __PACKAGE__->has_many( # Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-10-12 16:41:47 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nKMOxnAJST3zNN6Kxj2ynA +__PACKAGE__->many_to_many("search_fields", "search_marc_to_fields", "search_field"); -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; --