Bugzilla – Attachment 187415 Details for
Bug 36506
Processing Fee should be configurable by branch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36506: DO NOT PUSH - SCHEMA UPDATES
Bug-36506-DO-NOT-PUSH---SCHEMA-UPDATES.patch (text/plain), 2.33 KB, created by
Nick Clemens (kidclamp)
on 2025-10-03 16:28:52 UTC
(
hide
)
Description:
Bug 36506: DO NOT PUSH - SCHEMA UPDATES
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-10-03 16:28:52 UTC
Size:
2.33 KB
patch
obsolete
>From 9bd54a6a440056b42c45794bc134a1b8d146e913 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 1 Oct 2025 13:38:37 +0000 >Subject: [PATCH] Bug 36506: DO NOT PUSH - SCHEMA UPDATES > >Sponsored-by: The Main Library Alliance <https://www.mainlib.org/> >--- > Koha/Schema/Result/Deletedbiblio.pm | 4 ++-- > Koha/Schema/Result/Itemtype.pm | 14 ++------------ > 2 files changed, 4 insertions(+), 14 deletions(-) > >diff --git a/Koha/Schema/Result/Deletedbiblio.pm b/Koha/Schema/Result/Deletedbiblio.pm >index d7603e93824..df017f3f35b 100644 >--- a/Koha/Schema/Result/Deletedbiblio.pm >+++ b/Koha/Schema/Result/Deletedbiblio.pm >@@ -221,8 +221,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-04-28 16:41:47 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+K3LNX9YRsTWv+TVCEKhSQ >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-10-01 13:35:02 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YMmE9B7alkxS85bemvFYoA > > __PACKAGE__->has_many( > "biblioitem", >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36506
:
187411
|
187412
|
187413
|
187414
|
187415
|
187416
|
187417
|
187418
|
187573
|
187574
|
187575
|
187576
|
187577
|
187578
|
187579
|
187580