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

(-)a/Koha/Schema/Result/Biblioitem.pm (-1 lines)
Lines 345-350 __PACKAGE__->has_many( Link Here
345
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:A/4lKYlKWWd8TcMVzMRtCg
345
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:A/4lKYlKWWd8TcMVzMRtCg
346
346
347
__PACKAGE__->belongs_to( biblio => "Koha::Schema::Result::Biblio", "biblionumber" );
347
__PACKAGE__->belongs_to( biblio => "Koha::Schema::Result::Biblio", "biblionumber" );
348
__PACKAGE__->belongs_to( items  => "Koha::Schema::Result::Item",   "biblioitemnumber" );
349
348
350
1;
349
1;
(-)a/Koha/Schema/Result/Virtualshelfcontent.pm (-1 / +2 lines)
Lines 141-146 __PACKAGE__->belongs_to( Link Here
141
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-07-11 09:26:55
141
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-07-11 09:26:55
142
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ie3Gx+/HthZQ/4fHjcPF0w
142
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ie3Gx+/HthZQ/4fHjcPF0w
143
143
144
#TODO See BZ 14544: Should be resolved by db revision
145
__PACKAGE__->set_primary_key("shelfnumber","biblionumber");
144
146
145
# You can replace this text with custom content, and it will be preserved on regeneration
147
# You can replace this text with custom content, and it will be preserved on regeneration
146
1;
148
1;
147
- 

Return to bug 14544