View | Details | Raw Unified | Return to bug 12478
Collapse All | Expand All

(-)a/Koha/Schema/Result/SearchField.pm (-1 / +1 lines)
Lines 117-122 __PACKAGE__->has_many( Link Here
117
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-10-12 16:41:47
117
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-10-12 16:41:47
118
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4MJO9216VF37w7PlWCcBKg
118
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4MJO9216VF37w7PlWCcBKg
119
119
120
__PACKAGE__->many_to_many("search_marc_maps", "search_marc_to_fields", "search_marc_map");
120
121
121
# You can replace this text with custom code or comments, and it will be preserved on regeneration
122
1;
122
1;
(-)a/Koha/Schema/Result/SearchMarcMap.pm (-2 / +1 lines)
Lines 125-130 __PACKAGE__->has_many( Link Here
125
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-10-12 16:41:47
125
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-10-12 16:41:47
126
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nKMOxnAJST3zNN6Kxj2ynA
126
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nKMOxnAJST3zNN6Kxj2ynA
127
127
128
__PACKAGE__->many_to_many("search_fields", "search_marc_to_fields", "search_field");
128
129
129
# You can replace this text with custom code or comments, and it will be preserved on regeneration
130
1;
130
1;
131
- 

Return to bug 12478