Bugzilla – Attachment 155221 Details for
Bug 34666
_Findgroupreserve is not returning title level matches from the queue for holds with no item group
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34666: Tidy
Bug-34666-Tidy.patch (text/plain), 2.08 KB, created by
Nick Clemens (kidclamp)
on 2023-09-05 14:40:48 UTC
(
hide
)
Description:
Bug 34666: Tidy
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-09-05 14:40:48 UTC
Size:
2.08 KB
patch
obsolete
>From 4c2b69f728af81a63ffa2ae3cf253697b351a67f Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 5 Sep 2023 14:38:38 +0000 >Subject: [PATCH] Bug 34666: Tidy > >--- > t/db_dependent/Reserves.t | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/t/db_dependent/Reserves.t b/t/db_dependent/Reserves.t >index 5280f68602..2a6ed48120 100755 >--- a/t/db_dependent/Reserves.t >+++ b/t/db_dependent/Reserves.t >@@ -1782,7 +1782,7 @@ subtest '_Findgroupreserves' => sub { > my $patron_1 = $builder->build_object( { class => 'Koha::Patrons' } ); > my $patron_2 = $builder->build_object( { class => 'Koha::Patrons' } ); > my $item = $builder->build_sample_item(); >- my $item_2 = $builder->build_sample_item( { biblionumber => $item->biblionumber } ); >+ my $item_2 = $builder->build_sample_item( { biblionumber => $item->biblionumber } ); > > t::lib::Mocks::mock_preference( 'RealTimeHoldsQueue', 0 ); > my $reserve_id_1 = AddReserve( >@@ -1803,8 +1803,8 @@ subtest '_Findgroupreserves' => sub { > C4::HoldsQueue::AddToHoldTargetMap( > { > $item->id => { >- borrowernumber => $patron_1->id, biblionumber => $item->biblionumber, >- holdingbranch => $item->holdingbranch, item_level => 0, reserve_id => $reserve_id_1 >+ borrowernumber => $patron_1->id, biblionumber => $item->biblionumber, >+ holdingbranch => $item->holdingbranch, item_level => 0, reserve_id => $reserve_id_1 > } > } > ); >@@ -1817,8 +1817,8 @@ subtest '_Findgroupreserves' => sub { > C4::HoldsQueue::AddToHoldTargetMap( > { > $item_2->id => { >- borrowernumber => $patron_2->id, biblionumber => $item->biblionumber, >- holdingbranch => $item->holdingbranch, item_level => 1, reserve_id => $reserve_id_2 >+ borrowernumber => $patron_2->id, biblionumber => $item->biblionumber, >+ holdingbranch => $item->holdingbranch, item_level => 1, reserve_id => $reserve_id_2 > } > } > ); >-- >2.30.2
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 34666
:
154978
|
154979
|
154980
|
154981
|
154983
|
154984
|
154985
|
154986
|
155221
|
155266
|
155267
|
155268
|
155269
|
155270