From a1221ddcde7d101f0074bf027065110a45d44b2e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 4 May 2023 11:30:28 +0000 Subject: [PATCH] Bug 33262: [DO NOT PUSH] Schema update --- Koha/Schema/Result/Aqorder.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm index 1a71858661..f75bc16b66 100644 --- a/Koha/Schema/Result/Aqorder.pm +++ b/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", -- 2.30.2