Bugzilla – Attachment 186692 Details for
Bug 3492
Move hold fee setting into circulation rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 3492: DBIC Update
Bug-3492-DBIC-Update.patch (text/plain), 1.68 KB, created by
Martin Renvoize (ashimema)
on 2025-09-22 13:44:49 UTC
(
hide
)
Description:
Bug 3492: DBIC Update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-09-22 13:44:49 UTC
Size:
1.68 KB
patch
obsolete
>From ef9b8661c6174005b47cb29f865c54ce03b6eca1 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Wed, 10 Sep 2025 14:02:20 +0100 >Subject: [PATCH] Bug 3492: DBIC Update > >Sponsored-by: OpenFifth <https://openfifth.co.uk> >Signed-off-by: Jackie Usher <jackie.usher@westsussex.gov.uk> >--- > Koha/Schema/Result/Category.pm | 14 ++------------ > 1 file changed, 2 insertions(+), 12 deletions(-) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 9cb9622295a..891791849a5 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -90,14 +90,6 @@ enrollment fee for the patron > > are overdue notices sent to this patron category (1 for yes, 0 for no) > >-=head2 reservefee >- >- data_type: 'decimal' >- is_nullable: 1 >- size: [28,6] >- >-cost to place holds >- > =head2 hidelostitems > > data_type: 'tinyint' >@@ -251,8 +243,6 @@ __PACKAGE__->add_columns( > { data_type => "decimal", is_nullable => 1, size => [28, 6] }, > "overduenoticerequired", > { data_type => "tinyint", is_nullable => 1 }, >- "reservefee", >- { data_type => "decimal", is_nullable => 1, size => [28, 6] }, > "hidelostitems", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "category_type", >@@ -410,8 +400,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-07-10 07:11:31 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ADt+iDjteg9Jb81L2FMIvg >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-09-10 12:53:22 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:O+AhV5uPhWvYtW7JYJPVfw > > # You can replace this text with custom code or comments, and it will be preserved on regeneration > >-- >2.51.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 3492
:
1356
|
1357
|
119909
|
186336
|
186337
|
186338
|
186339
|
186340
|
186361
|
186691
|
186692
|
186693
|
186694
|
186695
|
186696
|
186711
|
186712
|
186713
|
186714
|
186715
|
186716