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

(-)a/Koha/Schema/Result/Biblio.pm (-1 / +6 lines)
Lines 454-459 __PACKAGE__->has_many( Link Here
454
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-10-12 09:13:32
454
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-10-12 09:13:32
455
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:R4PNOXHa9cRIx/up7HWz4Q
455
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:R4PNOXHa9cRIx/up7HWz4Q
456
456
457
__PACKAGE__->has_many(
458
  "biblioitem",
459
  "Koha::Schema::Result::Biblioitem",
460
  { "foreign.biblionumber" => "self.biblionumber" },
461
  { cascade_copy => 0, cascade_delete => 0 },
462
);
457
463
458
__PACKAGE__->has_one(
464
__PACKAGE__->has_one(
459
  "metadata",
465
  "metadata",
460
- 

Return to bug 20212