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

(-)a/Koha/Schema/Result/Reserve.pm (-4 / +3 lines)
Lines 335-341 __PACKAGE__->belongs_to( Link Here
335
  {
335
  {
336
    is_deferrable => 1,
336
    is_deferrable => 1,
337
    join_type     => "LEFT",
337
    join_type     => "LEFT",
338
    on_delete     => "CASCADE",
338
    on_delete     => "SET NULL",
339
    on_update     => "CASCADE",
339
    on_update     => "CASCADE",
340
  },
340
  },
341
);
341
);
Lines 381-388 __PACKAGE__->belongs_to( Link Here
381
);
381
);
382
382
383
383
384
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2020-09-14 18:41:21
384
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-10-23 14:48:44
385
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cFrUf7wFugFlTAOApDihFA
385
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oKDfiBTxP5NIkOejCVPfYg
386
386
387
__PACKAGE__->belongs_to(
387
__PACKAGE__->belongs_to(
388
  "item",
388
  "item",
389
- 

Return to bug 24412