@@ -, +, @@ --- Koha/Schema/Result/Aqorder.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/Koha/Schema/Result/Aqorder.pm +++ a/Koha/Schema/Result/Aqorder.pm @@ -44,7 +44,7 @@ links the order to the biblio being ordered (biblio.biblionumber) data_type: 'integer' is_nullable: 1 -links the order to the deleted bibliographic record deletedbiblio.biblionumber) +links the order to the deleted bibliographic record (deletedbiblio.biblionumber) =head2 entrydate @@ -814,8 +814,8 @@ Composing rels: L -> borrowernumber __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-04 11:17:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VtBQdGGCN86D4CWZLMZX+g +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-04 11:24:57 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BBhTr5XMj2RXPZQgYPQkAA __PACKAGE__->belongs_to( "basket", --