Bugzilla – Attachment 166172 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), 2.00 KB, created by
David Nind
on 2024-05-06 00:30:01 UTC
(
hide
)
Description:
Bug 28924: Add DBIC file
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-05-06 00:30:01 UTC
Size:
2.00 KB
patch
obsolete
>From 72cd980da57b920097aad3ffc3b8977033c72df4 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 > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/Schema/Result/Category.pm | 31 +++++++++++++++++++++++++++++-- > 1 file changed, 29 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 927e7bd33d..265e4f0b57 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 >@@ -388,8 +415,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-01 20:49:52 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:r0Mftlw4TU7x+Ze2pAlwYQ >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-01-22 10:25:59 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:T7D8IaPgpSAit0VkrCQnrw > > sub koha_object_class { > 'Koha::Patron::Category'; >-- >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