Bugzilla – Attachment 182476 Details for
Bug 20644
Per itemtype setting for CheckPrevCheckout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20644: [DO NOT PUSH] DBIC Update
0001-Bug-20644-DO-NOT-PUSH-DBIC-Update.patch (text/plain), 1.36 KB, created by
Emmi Takkinen
on 2025-05-15 08:33:37 UTC
(
hide
)
Description:
Bug 20644: [DO NOT PUSH] DBIC Update
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2025-05-15 08:33:37 UTC
Size:
1.36 KB
patch
obsolete
>From b14b989ebb858664d79507877d2a8b9b80d84dc7 Mon Sep 17 00:00:00 2001 >From: Matthias Le Gac <matthias.le-gac@inlibro.com> >Date: Thu, 25 Apr 2024 15:44:33 -0400 >Subject: [PATCH 1/2] Bug 20644: [DO NOT PUSH] DBIC Update > >Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >--- > Koha/Schema/Result/Itemtype.pm | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > >diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm >index 7e69f304ab..0d1a7587a8 100644 >--- a/Koha/Schema/Result/Itemtype.pm >+++ b/Koha/Schema/Result/Itemtype.pm >@@ -184,6 +184,15 @@ If automatic checkin is enabled for items of this type > > Activate bookable feature for items related to this item type > >+=head2 checkprevcheckout >+ >+ data_type: 'varchar' >+ default_value: 'inherit' >+ is_nullable: 0 >+ size: 7 >+ >+Produce a warning for a patron if a item of this type has previously been checked out to the same patron if 'yes', not if 'no', defer to category setting if 'inherit'. >+ > =cut > > __PACKAGE__->add_columns( >@@ -232,6 +241,13 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "bookable", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, >+ "checkprevcheckout", >+ { >+ data_type => "varchar", >+ default_value => "inherit", >+ is_nullable => 0, >+ size => 7, >+ }, > ); > > =head1 PRIMARY KEY >-- >2.34.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 20644
:
156974
|
156977
|
163627
|
165585
|
165586
|
165661
|
165662
|
170619
|
170620
|
170621
|
170622
|
176538
|
176539
|
178093
|
178094
|
179812
|
179813
|
179814
|
179815
|
180375
|
181680
|
181681
|
182469
|
182470
|
182476
|
182477
|
182787
|
182788
|
183403
|
183404
|
183405
|
183406
|
183407
|
183408