From 1fb6975cd12495cdc7dbb7c04ba5bbc89f4dd106 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 1 Nov 2023 15:26:00 -0300 Subject: [PATCH] Bug 35180: DBIC schema Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 3f1e21bbca753168e194f0d4f23f9c84ebadeeaf) Signed-off-by: Fridolin Somers --- Koha/Schema/Result/Biblioitem.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/Schema/Result/Biblioitem.pm b/Koha/Schema/Result/Biblioitem.pm index 5322a290f1..27f15ccfa7 100644 --- a/Koha/Schema/Result/Biblioitem.pm +++ b/Koha/Schema/Result/Biblioitem.pm @@ -87,7 +87,7 @@ ISSN (MARC21 022$a) data_type: 'text' is_nullable: 1 -publisher (MARC21 260$b and 246$b) +publisher (MARC21 260$b and 264$b) =head2 volumedate @@ -352,8 +352,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-26 12:47:08 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6a9kLpJoQrsMu+CIx7KMBg +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-01 18:20:33 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fNII5fQeY3BY5JPXOMY48Q __PACKAGE__->belongs_to( biblio => "Koha::Schema::Result::Biblio", "biblionumber" ); -- 2.20.1