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.07046 @ 2020-04-17 09:15:51
454
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-04-17 09:15:51
455
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:p2SIq565zPyE3ZUkSuXyBA
455
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:p2SIq565zPyE3ZUkSuXyBA
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