Bugzilla – Attachment 181103 Details for
Bug 30301
Add a system preference to allow specifying the patron expiration notices as mandatory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30301: DBIC file
Bug-30301-DBIC-file.patch (text/plain), 2.03 KB, created by
Matt Blenkinsop
on 2025-04-17 15:23:02 UTC
(
hide
)
Description:
Bug 30301: DBIC file
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-04-17 15:23:02 UTC
Size:
2.03 KB
patch
obsolete
>From 9df12f2aa80a3cb355114af154939b90f5fc9ec9 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Tue, 3 Dec 2024 16:50:59 +0000 >Subject: [PATCH] Bug 30301: DBIC file > >Signed-off-by: Hanna Leiker <tech.hanna@salinapublic.org> >--- > Koha/Schema/Result/Category.pm | 15 +++++++++++++-- > 1 file changed, 13 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 25a0ba373a4..82d978706c8 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -222,6 +222,14 @@ define maximum amount that the guarantees of a patron in this category can have > > define maximum amount that the guarantors with guarantees of a patron in this category can have outstanding before checkouts are blocked > >+=head2 enforce_expiry_notice >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 0 >+ >+enforce the patron expiry notice for this category >+ > =cut > > __PACKAGE__->add_columns( >@@ -293,6 +301,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_nullable => 1 }, > "noissueschargeguarantorswithguarantees", > { data_type => "integer", is_nullable => 1 }, >+ "enforce_expiry_notice", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > ); > > =head1 PRIMARY KEY >@@ -400,8 +410,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-11-08 11:06:25 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:f8BSmD9RKHL/QAvHuuLIyw >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-12-03 15:46:23 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jiQq3bW+ZfdYpUpfZq1Rzw > > # You can replace this text with custom code or comments, and it will be preserved on regeneration > >@@ -419,6 +429,7 @@ __PACKAGE__->add_columns( > '+exclude_from_local_holds_priority' => { is_boolean => 1 }, > '+require_strong_password' => { is_boolean => 1 }, > '+force_password_reset_when_set_by_staff' => { is_boolean => 1 }, >+ '+enforce_expiry_notice' => { is_boolean => 1 }, > ); > > 1; >-- >2.48.1
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 30301
:
175086
|
175087
|
175088
|
175089
|
175526
|
175527
|
175528
|
175529
|
181102
|
181103
|
181104
|
181105
|
181106
|
181107
|
181108
|
182152
|
182153
|
182154
|
182155
|
182156
|
182157
|
182158
|
182527
|
182529
|
182530
|
182531
|
182532
|
182533
|
182534
|
182535
|
182536
|
182537
|
182538