From df7cc0e395f55ecdfcf7216cebb58001332ff0d4 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 10 Feb 2026 19:06:50 +0000 Subject: [PATCH] Bug 36506: DO NOT PUSH - SCHEMA UPDATES --- 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 88c3e403caa..007efcc9bb9 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", @@ -375,8 +365,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-02-10 17:39:28 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jdGLBem2+Cj1STCmWCf2Bg +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-02-10 19:06:38 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KZub31ZHi+//ZVWby5F9Rw __PACKAGE__->add_columns( '+automatic_checkin' => { is_boolean => 1 }, -- 2.39.5