Bugzilla – Attachment 150921 Details for
Bug 24400
REST API: Checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixing variable
fixing-variable.patch (text/plain), 901 bytes, created by
Danyon Sewell
on 2023-05-10 04:18:47 UTC
(
hide
)
Description:
fixing variable
Filename:
MIME Type:
Creator:
Danyon Sewell
Created:
2023-05-10 04:18:47 UTC
Size:
901 bytes
patch
obsolete
>From 564916cc3474248aec9fbbd66ff24f19d96e348d Mon Sep 17 00:00:00 2001 >From: danyonsewell <danyonsewell@catalyst.net.nz> >Date: Wed, 10 May 2023 04:18:05 +0000 >Subject: [PATCH] fixing variable > >https://bugs.koha-community.org/show_bug.cgi?id=24400 >--- > t/db_dependent/api/v1/items.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/api/v1/items.t b/t/db_dependent/api/v1/items.t >index 8ea62c37b9..b753518aa3 100755 >--- a/t/db_dependent/api/v1/items.t >+++ b/t/db_dependent/api/v1/items.t >@@ -607,7 +607,7 @@ subtest 'checkout() tests' => sub { > my $userid = $nonprivilegedpatron->userid; > my $itemid = $item->id; > my $patronid = $patron->id; >- my $non_existent_code = $items->itemnumber; >+ my $non_existent_code = $item->itemnumber; > > $t->get_ok( "//$userid:$password@/api/v1/items/$itemid/checkout/$patronid" ) > ->status_is(403) >-- >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 24400
:
150449
|
150495
|
150920
|
150921
|
151043
|
151044