Bugzilla – Attachment 105110 Details for
Bug 25534
Add ability to specifying and store a reason when cancelling a hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25534: Update Schema Files [DO NOT PUSH]
Bug-25534-Update-Schema-Files-DO-NOT-PUSH.patch (text/plain), 2.78 KB, created by
Kyle M Hall (khall)
on 2020-05-19 18:43:30 UTC
(
hide
)
Description:
Bug 25534: Update Schema Files [DO NOT PUSH]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-05-19 18:43:30 UTC
Size:
2.78 KB
patch
obsolete
>From ea11c656a1d843080161c154ad9d9820b8aea0a7 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 18 May 2020 13:38:52 -0400 >Subject: [PATCH] Bug 25534: Update Schema Files [DO NOT PUSH] > >--- > Koha/Schema/Result/OldReserve.pm | 12 ++++++++++-- > Koha/Schema/Result/Reserve.pm | 12 ++++++++++-- > 2 files changed, 20 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/OldReserve.pm b/Koha/Schema/Result/OldReserve.pm >index 3df98cc4e5..ee6084b28c 100644 >--- a/Koha/Schema/Result/OldReserve.pm >+++ b/Koha/Schema/Result/OldReserve.pm >@@ -70,6 +70,12 @@ __PACKAGE__->table("old_reserves"); > datetime_undef_if_invalid: 1 > is_nullable: 1 > >+=head2 cancellation_reason >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 80 >+ > =head2 reservenotes > > data_type: 'longtext' >@@ -163,6 +169,8 @@ __PACKAGE__->add_columns( > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "cancellationdate", > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, >+ "cancellation_reason", >+ { data_type => "varchar", is_nullable => 1, size => 80 }, > "reservenotes", > { data_type => "longtext", is_nullable => 1 }, > "priority", >@@ -298,8 +306,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-18 12:43:15 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4vMUC/1kSr3vgQ7n0Pmuug >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-18 17:27:37 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kC6pAbaLsjgC2NI1/3TYTA > > __PACKAGE__->add_columns( > '+item_level_hold' => { is_boolean => 1 }, >diff --git a/Koha/Schema/Result/Reserve.pm b/Koha/Schema/Result/Reserve.pm >index c5460e34da..132799b588 100644 >--- a/Koha/Schema/Result/Reserve.pm >+++ b/Koha/Schema/Result/Reserve.pm >@@ -74,6 +74,12 @@ __PACKAGE__->table("reserves"); > datetime_undef_if_invalid: 1 > is_nullable: 1 > >+=head2 cancellation_reason >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 80 >+ > =head2 reservenotes > > data_type: 'longtext' >@@ -177,6 +183,8 @@ __PACKAGE__->add_columns( > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "cancellationdate", > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, >+ "cancellation_reason", >+ { data_type => "varchar", is_nullable => 1, size => 80 }, > "reservenotes", > { data_type => "longtext", is_nullable => 1 }, > "priority", >@@ -337,8 +345,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-18 12:43:15 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VH7h5kYo9WhlGobXb3N3Jg >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-18 17:01:55 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:61tfpJklYVLy+Krmh9+UdA > > __PACKAGE__->belongs_to( > "item", >-- >2.24.2 (Apple Git-127)
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 25534
:
105034
|
105035
|
105036
|
105077
|
105078
|
105079
|
105105
|
105106
|
105108
|
105109
|
105110
|
105111
|
105112
|
105113
|
105114
|
105115
|
105116
|
105117
|
105118
|
105119
|
105120
|
105121
|
105122
|
105147
|
105148
|
105149
|
105150
|
105151
|
108476
|
108477
|
108478
|
108479
|
108480
|
108481
|
108746
|
108747
|
108748
|
108749
|
108750
|
108751
|
108752
|
108753
|
108754
|
108755
|
108756
|
108757
|
108805
|
108806
|
108891
|
108892
|
108893
|
108894
|
108895
|
108896
|
108897
|
108898
|
108899
|
108900
|
108901
|
108902
|
108903
|
108904
|
108977
|
108985
|
108986
|
108990
|
114026
|
114027
|
114788