Bugzilla – Attachment 158899 Details for
Bug 21284
ILS-DI: Allow GetPatronInfo to tell if a checked out item is on hold for someone else
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21284: [23.05] (follow-up) Fix unit test with unblessed patron
Bug-21284-2305-follow-up-Fix-unit-test-with-unbles.patch (text/plain), 1.07 KB, created by
Fridolin Somers
on 2023-11-13 19:04:51 UTC
(
hide
)
Description:
Bug 21284: [23.05] (follow-up) Fix unit test with unblessed patron
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2023-11-13 19:04:51 UTC
Size:
1.07 KB
patch
obsolete
>From c0750bc6beea86295e778c42a7a7a45a2145a11d Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 13 Nov 2023 09:04:24 -1000 >Subject: [PATCH] Bug 21284: [23.05] (follow-up) Fix unit test with unblessed > patron > >--- > t/db_dependent/ILSDI_Services.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/ILSDI_Services.t b/t/db_dependent/ILSDI_Services.t >index c3c4c16ba0..a849af922b 100755 >--- a/t/db_dependent/ILSDI_Services.t >+++ b/t/db_dependent/ILSDI_Services.t >@@ -178,7 +178,7 @@ subtest 'GetPatronInfo test for holds' => sub { > $builder->build_object( { class => 'Koha::Biblioitems', value => { biblionumber => $biblio->biblionumber } } ); > my $item = $builder->build_sample_item( > { biblionumber => $biblio->biblionumber, library => $library->branchcode, itype => $itemtype->itemtype } ); >- my $issue = AddIssue( $brwr, $item->barcode ); >+ my $issue = AddIssue( $brwr->unblessed, $item->barcode ); > > # Prepare and send web request for IL-SDI server: > my $query = CGI->new(); >-- >2.42.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 21284
:
78268
|
78269
|
90326
|
109438
|
109439
|
157648
|
157727
|
157728
|
158351
|
158352
|
158353
| 158899