From 20b3eb4ad815f1d910e2a021913eaa05151b048d Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 29 Jun 2023 09:51:08 -0300 Subject: [PATCH] Bug 34029: DBIC schema Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9fce9bdc6332a0f43492463adcbd2a81812a560d) Signed-off-by: Martin Renvoize --- Koha/Schema/Result/Deletedbiblioitem.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/Schema/Result/Deletedbiblioitem.pm b/Koha/Schema/Result/Deletedbiblioitem.pm index eecfb6019b..58f8870ff3 100644 --- a/Koha/Schema/Result/Deletedbiblioitem.pm +++ b/Koha/Schema/Result/Deletedbiblioitem.pm @@ -164,7 +164,7 @@ material size (MARC21 300$c) data_type: 'text' is_nullable: 1 -publication place (MARC21 260$a and 264§a) +publication place (MARC21 260$a and 264$a) =head2 lccn @@ -314,8 +314,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("biblioitemnumber"); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-26 12:47:08 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GiuL+3o/fRyTkale3lq2xQ +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-29 12:50:28 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:q5ULiqLlmYdZQy4qr0wBtg sub koha_objects_class { 'Koha::Old::Biblioitems'; -- 2.20.1