Bugzilla – Attachment 123776 Details for
Bug 27945
Limit the number of active article requests per patron category
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27945: [DO NOT PUSH] Update DBIx schema
Bug-27945-DO-NOT-PUSH-Update-DBIx-schema.patch (text/plain), 1.12 KB, created by
David Nind
on 2021-08-11 10:21:27 UTC
(
hide
)
Description:
Bug 27945: [DO NOT PUSH] Update DBIx schema
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-08-11 10:21:27 UTC
Size:
1.12 KB
patch
obsolete
>From be5cc1c595c88c93e8b6bfedba7cd1906fa107fc Mon Sep 17 00:00:00 2001 >From: Agustin Moyano <agustinmoyano@theke.io> >Date: Thu, 22 Jul 2021 01:26:19 +0000 >Subject: [PATCH] Bug 27945: [DO NOT PUSH] Update DBIx schema > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/Schema/Result/Category.pm | 11 +++++++++++ > 1 file changed, 11 insertions(+) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index 3402bd8dba..428112629d 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -200,6 +200,15 @@ Cost for article scan request > > =cut > >+=head2 article_request_limit >+ >+ data_type: 'tinyint' >+ is_nullable: 1 >+ >+Limit article scan requests per day >+ >+=cut >+ > __PACKAGE__->add_columns( > "categorycode", > { data_type => "varchar", default_value => "", is_nullable => 0, size => 10 }, >@@ -262,6 +271,8 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", is_nullable => 1 }, > "article_request_fee", > { data_type => "decimal", is_nullable => 1, size => [28, 6] }, >+ "article_request_limit", >+ { data_type => "tinyint", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >-- >2.20.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 27945
:
123217
|
123218
|
123219
|
123220
|
123714
|
123715
|
123774
|
123775
|
123776
|
123777
|
123778
|
123820
|
124066
|
124067
|
124068
|
124069
|
124070
|
124071
|
124072
|
124073
|
124074
|
124075
|
124076
|
124077
|
124078
|
124079
|
124284
|
124285
|
124633
|
124673
|
124674
|
124675
|
124676
|
124677
|
124678
|
124679
|
124680
|
124681
|
124682
|
125140
|
125142
|
125143
|
125144
|
125145
|
125146
|
125147
|
125148
|
125149
|
125150
|
125151
|
125152
|
125178
|
125179
|
125569
|
125571
|
125638
|
125690
|
125702
|
125703
|
125704
|
125705
|
125706
|
125707
|
125726
|
125741
|
125761