Bugzilla – Attachment 109061 Details for
Bug 18958
If patron has multiple record level holds on one record transferring first hold causes next hold to become item level
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18958: DO NOT PUSH - Schema updates
Bug-18958-DO-NOT-PUSH---Schema-updates.patch (text/plain), 1.46 KB, created by
Nick Clemens (kidclamp)
on 2020-08-25 10:39:32 UTC
(
hide
)
Description:
Bug 18958: DO NOT PUSH - Schema updates
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-08-25 10:39:32 UTC
Size:
1.46 KB
patch
obsolete
>From b7c267110dd847eafc8625ac565ef842b8cc15f4 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 25 Aug 2020 09:55:42 +0000 >Subject: [PATCH] Bug 18958: DO NOT PUSH - Schema updates > >--- > Koha/Schema/Result/HoldFillTarget.pm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/HoldFillTarget.pm b/Koha/Schema/Result/HoldFillTarget.pm >index b6735b6868..795ec70e28 100644 >--- a/Koha/Schema/Result/HoldFillTarget.pm >+++ b/Koha/Schema/Result/HoldFillTarget.pm >@@ -54,6 +54,11 @@ __PACKAGE__->table("hold_fill_targets"); > default_value: 0 > is_nullable: 0 > >+=head2 reserve_id >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -67,6 +72,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 10 }, > "item_level_request", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, >+ "reserve_id", >+ { data_type => "integer", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -149,8 +156,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uSU9PBMr4e6XKuDgBV583A >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-08-25 09:54:59 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SAi7lh09AVqlzXMLvLgkQg > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >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 18958
:
65104
|
65150
|
65184
|
71164
|
71232
|
72210
|
72211
|
72348
|
72349
|
92159
|
92160
|
93106
|
93107
|
93108
|
93111
|
93112
|
93113
|
93216
|
93217
|
93218
|
107576
|
107577
|
107582
|
107584
|
107585
|
107586
|
108256
|
108274
|
108473
|
108474
|
108497
|
108499
|
108500
|
108936
|
108937
|
109061
|
109222
|
109640
|
109641
|
109642
|
109643
|
109644
|
109645