Bugzilla – Attachment 150775 Details for
Bug 31798
Add POST endpoint for Items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31798: (QA follow-up) Remove use Koha::Item, we already use Koha::Items
Bug-31798-QA-follow-up-Remove-use-KohaItem-we-alre.patch (text/plain), 703 bytes, created by
Kyle M Hall (khall)
on 2023-05-05 15:38:52 UTC
(
hide
)
Description:
Bug 31798: (QA follow-up) Remove use Koha::Item, we already use Koha::Items
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-05-05 15:38:52 UTC
Size:
703 bytes
patch
obsolete
>From 413b45a6c5dd7457578194a22b5f0ad8177719b9 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 5 May 2023 10:58:41 -0400 >Subject: [PATCH] Bug 31798: (QA follow-up) Remove use Koha::Item, we already > use Koha::Items > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/REST/V1/Biblios.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/REST/V1/Biblios.pm b/Koha/REST/V1/Biblios.pm >index d72ca64444..e50f426409 100644 >--- a/Koha/REST/V1/Biblios.pm >+++ b/Koha/REST/V1/Biblios.pm >@@ -30,7 +30,6 @@ use C4::Barcodes::ValueBuilder; > use C4::Context; > > use Koha::Items; >-use Koha::Item; > > use List::MoreUtils qw( any ); > use MARC::Record::MiJ; >-- >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 31798
:
144893
|
144894
|
144952
|
144953
|
144956
|
147463
|
147464
|
147655
|
147656
|
147657
|
150598
|
150599
|
150600
|
150771
|
150772
|
150773
|
150774
| 150775