Bugzilla – Attachment 159941 Details for
Bug 35490
Remove GetMarcItem from C4::Biblio
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35490: Remove GetMarcItem from C4::Biblio module
Bug-35490-Remove-GetMarcItem-from-C4Biblio-module.patch (text/plain), 779 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2023-12-18 11:19:10 UTC
(
hide
)
Description:
Bug 35490: Remove GetMarcItem from C4::Biblio module
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-12-18 11:19:10 UTC
Size:
779 bytes
patch
obsolete
>From 452cb940a329a99c717572c2899861552d40e0a6 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 5 Dec 2023 15:51:35 +0000 >Subject: [PATCH] Bug 35490: Remove GetMarcItem from C4::Biblio module > >Test plan: >Compile module, run qa tools. >Search for the use of C4::Items in C4/Biblio. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/Biblio.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index ab895b25753..300cfa281b8 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -98,7 +98,6 @@ use C4::Charset qw( > use C4::Languages; > use C4::Linker; > use C4::OAI::Sets; >-use C4::Items qw( GetMarcItem ); > > use Koha::Logger; > use Koha::Caches; >-- >2.43.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 35490
:
159589
| 159941