From c2d2187628e6edca4964fd024e032086ae7f689d Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 1 Oct 2025 13:38:37 +0000 Subject: [PATCH] Bug 36506: DO NOT PUSH - SCHEMA UPDATES Sponsored-by: The Main Library Alliance Signed-off-by: Trevor Diamond --- Koha/Schema/Result/Itemtype.pm | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm index 3d3c97ccb47..ed56e841071 100644 --- a/Koha/Schema/Result/Itemtype.pm +++ b/Koha/Schema/Result/Itemtype.pm @@ -96,14 +96,6 @@ controls if the hourly rental fee is calculated directly or using finesCalendar default replacement cost -=head2 processfee - - data_type: 'decimal' - is_nullable: 1 - size: [28,6] - -default text be recorded in the column note when the processing fee is applied - =head2 notforloan data_type: 'tinyint' @@ -214,8 +206,6 @@ __PACKAGE__->add_columns( { data_type => "tinyint", default_value => 1, is_nullable => 0 }, "defaultreplacecost", { data_type => "decimal", is_nullable => 1, size => [28, 6] }, - "processfee", - { data_type => "decimal", is_nullable => 1, size => [28, 6] }, "notforloan", { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "imageurl", @@ -360,8 +350,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-08-20 19:06:37 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:T/3QdCb353e+qBkN4as7Bg +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-10-01 13:35:02 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EB42012+wy4/rvK0qhkZAw __PACKAGE__->add_columns( '+automatic_checkin' => { is_boolean => 1 }, -- 2.39.5