Bugzilla – Attachment 192932 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), 1.64 KB, created by
Nick Clemens (kidclamp)
on 2026-02-10 19:08:00 UTC
(
hide
)
Description:
Bug 36506: DO NOT PUSH - SCHEMA UPDATES
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2026-02-10 19:08:00 UTC
Size:
1.64 KB
patch
obsolete
>From df7cc0e395f55ecdfcf7216cebb58001332ff0d4 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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
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
|
192924
|
192925
|
192926
|
192927
|
192928
|
192929
|
192930
|
192931
| 192932