From 20feb51ab63df03456eeb484ae49ed6f8388d534 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 10 Feb 2023 11:01:39 -0300 Subject: [PATCH] Bug 28674: DBIC schema Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 60c0d42359cb91baac6dc871146671a17380cd4f) Signed-off-by: Jacob O'Mara --- Koha/Schema/Result/OldReserve.pm | 6 +++--- Koha/Schema/Result/Reserve.pm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Koha/Schema/Result/OldReserve.pm b/Koha/Schema/Result/OldReserve.pm index 729ccbd0b1..e78ea520c0 100644 --- a/Koha/Schema/Result/OldReserve.pm +++ b/Koha/Schema/Result/OldReserve.pm @@ -213,7 +213,7 @@ If record level hold, the optional itemtype of the item the patron is requesting default_value: 0 is_nullable: 0 -Is the hpld placed at item level +Is the hold placed at item level =head2 non_priority @@ -407,8 +407,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-11-04 22:42:42 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zoepd1m+pi6dEnOlhWttQQ +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-10 14:01:25 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:evv31XLI36n7e+oYL/hsug __PACKAGE__->belongs_to( "item", diff --git a/Koha/Schema/Result/Reserve.pm b/Koha/Schema/Result/Reserve.pm index be67f43543..12b7855af8 100644 --- a/Koha/Schema/Result/Reserve.pm +++ b/Koha/Schema/Result/Reserve.pm @@ -212,7 +212,7 @@ If record level hold, the optional itemtype of the item the patron is requesting default_value: 0 is_nullable: 0 -Is the hpld placed at item level +Is the hold placed at item level =head2 non_priority @@ -456,8 +456,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-11-04 22:42:42 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vYS5THhVu6Sox6Luz4EJbg +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-10 14:01:25 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NO6FSSL1Hw3wBRGG6B5BnQ __PACKAGE__->belongs_to( "item", -- 2.39.2