Bugzilla – Attachment 192186 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
7f28547.patch (text/plain), 1.82 KB, created by
Martin Renvoize (ashimema)
on 2026-01-29 18:21:19 UTC
(
hide
)
Description:
Bug 36506: DO NOT PUSH - SCHEMA UPDATES
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2026-01-29 18:21:19 UTC
Size:
1.82 KB
patch
obsolete
>From 7f28547523e6b98a74c8213617762301e42fe90a 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/> >Signed-off-by: Trevor Diamond <trevor.diamond@mainlib.org> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > 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.52.0 >
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
|
192182
|
192183
|
192184
|
192185
| 192186 |
192187
|
192188
|
192189
|
192190