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

(-)a/Koha/Schema/Result/Biblio.pm (-1 / +6 lines)
Lines 484-489 __PACKAGE__->has_many( Link Here
484
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29
484
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29
485
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nmmsZusHYNAMimE9sImSNg
485
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nmmsZusHYNAMimE9sImSNg
486
486
487
__PACKAGE__->has_many(
488
  "biblioitem",
489
  "Koha::Schema::Result::Biblioitem",
490
  { "foreign.biblionumber" => "self.biblionumber" },
491
  { cascade_copy => 0, cascade_delete => 0 },
492
);
487
493
488
__PACKAGE__->has_one(
494
__PACKAGE__->has_one(
489
  "metadata",
495
  "metadata",
490
- 

Return to bug 20212