Bugzilla – Attachment 105239 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.58 KB, created by
Alex Buckley
on 2020-05-22 00:42:44 UTC
(
hide
)
Description:
Bug 25560: Updated schema file
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2020-05-22 00:42:44 UTC
Size:
1.58 KB
patch
obsolete
>From 32c3f13c06904e03501ba98a75932e0b56aff15f 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 | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm >index b180a90c49..e758735094 100644 >--- a/Koha/Schema/Result/Itemtype.pm >+++ b/Koha/Schema/Result/Itemtype.pm >@@ -118,6 +118,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' >@@ -164,6 +170,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 }, > ); >@@ -243,8 +251,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-09 17:13:18 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7ojvTzsDvdHPAJMwJrAZ7A >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-22 00:40:25 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MMKDrRjepspT7oifFoMCIA > > __PACKAGE__->add_columns( > '+rentalcharge_hourly_calendar' => { is_boolean => 1 }, >-- >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