From a628a110a79002bc28ae97463f549bb574bba055 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 10 Sep 2025 14:02:20 +0100 Subject: [PATCH] Bug 3492: DBIC Update --- Koha/Schema/Result/Category.pm | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm index 9cb9622295a..891791849a5 100644 --- a/Koha/Schema/Result/Category.pm +++ b/Koha/Schema/Result/Category.pm @@ -90,14 +90,6 @@ enrollment fee for the patron are overdue notices sent to this patron category (1 for yes, 0 for no) -=head2 reservefee - - data_type: 'decimal' - is_nullable: 1 - size: [28,6] - -cost to place holds - =head2 hidelostitems data_type: 'tinyint' @@ -251,8 +243,6 @@ __PACKAGE__->add_columns( { data_type => "decimal", is_nullable => 1, size => [28, 6] }, "overduenoticerequired", { data_type => "tinyint", is_nullable => 1 }, - "reservefee", - { data_type => "decimal", is_nullable => 1, size => [28, 6] }, "hidelostitems", { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "category_type", @@ -410,8 +400,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-07-10 07:11:31 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ADt+iDjteg9Jb81L2FMIvg +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-09-10 12:53:22 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:O+AhV5uPhWvYtW7JYJPVfw # You can replace this text with custom code or comments, and it will be preserved on regeneration -- 2.51.0