Bugzilla – Attachment 152938 Details for
Bug 23336
Add an API endpoint for checking an item out to a patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23336: (QA follow-up) Minor fixes
Bug-23336-QA-follow-up-Minor-fixes.patch (text/plain), 1.37 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-07-03 13:21:26 UTC
(
hide
)
Description:
Bug 23336: (QA follow-up) Minor fixes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-07-03 13:21:26 UTC
Size:
1.37 KB
patch
obsolete
>From 7dab5e1e085b63e51e31f5892e96438e749cb0e8 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 3 Jul 2023 10:15:57 -0300 >Subject: [PATCH] Bug 23336: (QA follow-up) Minor fixes > >There are two leftover includes, and a couple typos in a comment and POD >title. > >This patch fixes that. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/REST/V1/Checkouts.pm | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/Koha/REST/V1/Checkouts.pm b/Koha/REST/V1/Checkouts.pm >index 2fd756e3ae7..ea9ccd52674 100644 >--- a/Koha/REST/V1/Checkouts.pm >+++ b/Koha/REST/V1/Checkouts.pm >@@ -19,8 +19,6 @@ use Modern::Perl; > > use Mojo::Base 'Mojolicious::Controller'; > use Mojo::JSON; >-use Digest::MD5 qw( md5_base64 ); >-use Encode; > > use C4::Auth qw( haspermission ); > use C4::Context; >@@ -102,7 +100,7 @@ sub get { > }; > } > >-=head3 get_availablity >+=head3 get_availability > > Controller function that handles retrieval of Checkout availability > >@@ -205,7 +203,7 @@ sub add { > if ( keys %{$confirmation} ) { > my $confirmed = 0; > >- # Check for existance of confirmation token >+ # Check for existence of confirmation token > # and if exists check validity > if ( my $token = $c->param('confirmation') ) { > my $confirm_keys = join( ":", sort keys %{$confirmation} ); >-- >2.41.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 23336
:
91632
|
91633
|
91634
|
150947
|
150948
|
150949
|
150954
|
150955
|
150956
|
150960
|
150961
|
150962
|
151253
|
151318
|
151319
|
151320
|
151321
|
151322
|
151353
|
151354
|
151355
|
151356
|
151357
|
152712
|
152713
|
152714
|
152715
|
152716
| 152938 |
152999
|
153000
|
153095
|
153096