Bugzilla – Attachment 151182 Details for
Bug 24401
REST API: Check-in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 24401 - REST API: Check-in WIP
bug-24401---REST-API-Check-in-WIP.patch (text/plain), 808 bytes, created by
Danyon Sewell
on 2023-05-15 05:55:40 UTC
(
hide
)
Description:
bug 24401 - REST API: Check-in WIP
Filename:
MIME Type:
Creator:
Danyon Sewell
Created:
2023-05-15 05:55:40 UTC
Size:
808 bytes
patch
obsolete
>From 5bedbeb570dce5556d49ae3f4a2e5d74b9792030 Mon Sep 17 00:00:00 2001 >From: danyonsewell <danyonsewell@catalyst.net.nz> >Date: Mon, 15 May 2023 05:53:59 +0000 >Subject: [PATCH] bug 24401 - REST API: Check-in WIP > >Couple minor fixes to swagger.yaml > >Sponsored by: Auckland University of Technology >--- > Koha/REST/V1/Checkouts.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/REST/V1/Checkouts.pm b/Koha/REST/V1/Checkouts.pm >index 0cc1defa6a..93465c30af 100644 >--- a/Koha/REST/V1/Checkouts.pm >+++ b/Koha/REST/V1/Checkouts.pm >@@ -25,7 +25,7 @@ use Encode; > > use C4::Auth qw( haspermission ); > use C4::Context; >-use C4::Circulation qw( AddIssue AddRenewal ); >+use C4::Circulation qw( AddIssue AddRenewal CanBookBeRenewed ); > use Koha::Checkouts; > use Koha::Old::Checkouts; > >-- >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 24401
:
151109
|
151181
|
151182
|
151183
|
151184
|
152717
|
154428
|
154429
|
154430
|
154431
|
156884
|
156885
|
168337
|
172764
|
173189
|
173194