Bugzilla – Attachment 168729 Details for
Bug 28924
Allow checkout fine limit to be determined by patron category
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28924: Add DBIC file
Bug-28924-Add-DBIC-file.patch (text/plain), 1.73 KB, created by
Nick Clemens (kidclamp)
on 2024-07-10 13:32:02 UTC
(
hide
)
Description:
Bug 28924: Add DBIC file
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-07-10 13:32:02 UTC
Size:
1.73 KB
patch
obsolete
>From be7437696371a79e5c4cff39b2f66fbab0dec435 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Mon, 22 Jan 2024 12:14:19 +0000 >Subject: [PATCH] Bug 28924: Add DBIC file > >Sponsored-by: Cuyahoga County Public Library <https://cuyahogalibrary.org/> >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/Schema/Result/Category.pm | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index f9deb1a9e0a..4458ca5d7ec 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -213,6 +213,27 @@ set required password strength for patrons in this category > > Exclude patrons of this category from local holds priority > >+=head2 noissuescharge >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ >+define maximum amount withstanding before checkouts are blocked >+ >+=head2 noissueschargeguarantees >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ >+define maximum amount withstanding before checkouts are blocked >+ >+=head2 noissueschargeguarantorswithguarantees >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ >+define maximum amount withstanding before checkouts are blocked >+ > =cut > > __PACKAGE__->add_columns( >@@ -281,6 +302,12 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", is_nullable => 1 }, > "exclude_from_local_holds_priority", > { data_type => "tinyint", is_nullable => 1 }, >+ "noissuescharge", >+ { data_type => "integer", is_nullable => 1 }, >+ "noissueschargeguarantees", >+ { data_type => "integer", is_nullable => 1 }, >+ "noissueschargeguarantorswithguarantees", >+ { data_type => "integer", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >-- >2.39.2
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 28924
:
165870
|
165871
|
165872
|
165873
|
165874
|
165875
|
165876
|
166042
|
166043
|
166044
|
166045
|
166046
|
166047
|
166048
|
166171
|
166172
|
166173
|
166174
|
166175
|
166176
|
166177
|
167719
|
167720
|
167721
|
167722
|
167723
|
167724
|
167725
|
167726
|
167727
|
167728
|
167729
|
167730
|
167731
|
167732
|
167733
|
167734
|
167735
|
167736
|
167737
|
167738
|
167739
|
167740
|
168728
|
168729
|
168730
|
168731
|
168732
|
168733
|
168734
|
168735
|
168736
|
168737
|
168738
|
168984
|
168985
|
168986
|
168987
|
168988
|
168989
|
168990
|
168991
|
168992
|
168993
|
168994
|
168995
|
169177
|
169428