Bugzilla – Attachment 119621 Details for
Bug 16787
'Too many holds' message appears inappropriately and is missing data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16787: DO NOT PUSH - Schema updates
Bug-16787-DO-NOT-PUSH---Schema-updates.patch (text/plain), 1.88 KB, created by
Owen Leonard
on 2021-04-15 12:17:00 UTC
(
hide
)
Description:
Bug 16787: DO NOT PUSH - Schema updates
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-04-15 12:17:00 UTC
Size:
1.88 KB
patch
obsolete
>From 52322a87e0edabcd7f047fc3480a838b5b8f92bf Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 4 Aug 2020 18:43:37 +0000 >Subject: [PATCH] Bug 16787: DO NOT PUSH - Schema updates > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > Koha/Schema/Result/ClubHoldsToPatronHold.pm | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/Koha/Schema/Result/ClubHoldsToPatronHold.pm b/Koha/Schema/Result/ClubHoldsToPatronHold.pm >index 59ffca0daf..fd1aa86298 100644 >--- a/Koha/Schema/Result/ClubHoldsToPatronHold.pm >+++ b/Koha/Schema/Result/ClubHoldsToPatronHold.pm >@@ -50,7 +50,7 @@ __PACKAGE__->table("club_holds_to_patron_holds"); > =head2 error_code > > data_type: 'enum' >- extra: {list => ["damaged","ageRestricted","itemAlreadyOnHold","tooManyHoldsForThisRecord","tooManyReservesToday","tooManyReserves","notReservable","cannotReserveFromOtherBranches","libraryNotFound","libraryNotPickupLocation","cannotBeTransferred"]} >+ extra: {list => ["damaged","ageRestricted","itemAlreadyOnHold","tooManyHoldsForThisRecord","tooManyReservesToday","tooManyReserves","notReservable","cannotReserveFromOtherBranches","libraryNotFound","libraryNotPickupLocation","cannotBeTransferred","noReservesAllowed"]} > is_nullable: 1 > > =head2 error_message >@@ -86,6 +86,7 @@ __PACKAGE__->add_columns( > "libraryNotFound", > "libraryNotPickupLocation", > "cannotBeTransferred", >+ "noReservesAllowed", > ], > }, > is_nullable => 1, >@@ -159,8 +160,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-10-01 07:08:47 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/T626DfqUi7SnXOyieUzYw >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-08-04 18:43:05 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KjJWzFhPwQk0SZqrHQ4Alw > > sub koha_objects_class { > 'Koha::Club::Hold::PatronHolds'; >-- >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 16787
:
52652
|
68894
|
68895
|
72827
|
72828
|
72889
|
91146
|
91147
|
91148
|
91149
|
96152
|
97403
|
99949
|
99950
|
100951
|
101473
|
101474
|
101475
|
101895
|
107793
|
107794
|
107795
|
114675
|
114676
|
114677
|
119279
|
119280
|
119281
|
119335
|
119336
|
119337
|
119616
|
119617
|
119619
|
119620
|
119621
|
119622
|
119623
|
119738
|
119739
|
119740
|
119741
|
119942
|
120009