Bugzilla – Attachment 109563 Details for
Bug 25560
Define itemtype specific rules in the UpdateNotForLoanStatusOnCheckin system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25560: Updated schema file
Bug-25560-Updated-schema-file.patch (text/plain), 1.15 KB, created by
Alex Buckley
on 2020-09-02 22:38:09 UTC
(
hide
)
Description:
Bug 25560: Updated schema file
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2020-09-02 22:38:09 UTC
Size:
1.15 KB
patch
obsolete
>From 30af3272b59a7a71242daf6e4b707b08e9c5408f Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Fri, 22 May 2020 00:42:07 +0000 >Subject: [PATCH] Bug 25560: Updated schema file > >Sponsored-By: Waikato Institute of Technology, NZ >--- > Koha/Schema/Result/Itemtype.pm | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm >index 3a4c46ae1d9..cb3263df6eb 100644 >--- a/Koha/Schema/Result/Itemtype.pm >+++ b/Koha/Schema/Result/Itemtype.pm >@@ -125,6 +125,12 @@ __PACKAGE__->table("itemtypes"); > default_value: 0 > is_nullable: 0 > >+=head2 updatenotforloanstatusoncheckin >+ >+ data_type: 'tinyint' >+ default_value: 1 >+ is_nullable: 0 >+ > =head2 searchcategory > > data_type: 'varchar' >@@ -173,6 +179,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 3 }, > "hideinopac", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, >+ "updatenotforloanstatusoncheckin", >+ { data_type => "tinyint", default_value => 1, is_nullable => 0 }, > "searchcategory", > { data_type => "varchar", is_nullable => 1, size => 80 }, > ); >-- >2.11.0
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 25560
:
105236
|
105237
|
105238
|
105239
|
105240
|
105241
|
105242
|
105243
|
105244
|
105245
|
109562
|
109563
|
109564
|
109565
|
109566
|
109567
|
112492
|
112887
|
113161
|
113212
|
113213
|
113214
|
113215
|
113216
|
113217
|
131816
|
131817
|
131818
|
131819
|
131820
|
135742
|
135743
|
136079
|
136080
|
136081
|
136082
|
136083
|
136084
|
138494
|
138495
|
138496
|
138497
|
138498
|
138499
|
146556
|
146557
|
146558
|
146559
|
146993
|
148679
|
148680
|
148681
|
148682
|
148683