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

(-)a/Koha/Schema/Result/Aqorder.pm (-4 / +3 lines)
Lines 44-50 links the order to the biblio being ordered (biblio.biblionumber) Link Here
44
  data_type: 'integer'
44
  data_type: 'integer'
45
  is_nullable: 1
45
  is_nullable: 1
46
46
47
links the order to the deleted bibliographic record deletedbiblio.biblionumber)
47
links the order to the deleted bibliographic record (deletedbiblio.biblionumber)
48
48
49
=head2 entrydate
49
=head2 entrydate
50
50
Lines 814-821 Composing rels: L</aqorder_users> -> borrowernumber Link Here
814
__PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber");
814
__PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber");
815
815
816
816
817
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-04 11:17:35
817
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-04 11:24:57
818
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VtBQdGGCN86D4CWZLMZX+g
818
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BBhTr5XMj2RXPZQgYPQkAA
819
819
820
__PACKAGE__->belongs_to(
820
__PACKAGE__->belongs_to(
821
  "basket",
821
  "basket",
822
- 

Return to bug 33262