Bugzilla – Attachment 117786 Details for
Bug 27268
Move C4::Biblio::GetMarcNotes to Koha namespace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27268: (QA follow-up) Add Koha::Biblios to basket scripts
Bug-27268-QA-follow-up-Add-KohaBiblios-to-basket-s.patch (text/plain), 1021 bytes, created by
Marcel de Rooy
on 2021-03-05 08:08:32 UTC
(
hide
)
Description:
Bug 27268: (QA follow-up) Add Koha::Biblios to basket scripts
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2021-03-05 08:08:32 UTC
Size:
1021 bytes
patch
obsolete
>From acd69bc70262b150a774c1d38eb8f18269f1c2a7 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 5 Mar 2021 07:57:42 +0000 >Subject: [PATCH] Bug 27268: (QA follow-up) Add Koha::Biblios to basket scripts >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > basket/basket.pl | 1 + > opac/opac-basket.pl | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/basket/basket.pl b/basket/basket.pl >index dd8bd136d6..44727d2364 100755 >--- a/basket/basket.pl >+++ b/basket/basket.pl >@@ -25,6 +25,7 @@ use C4::Auth; > use C4::Output; > > use Koha::AuthorisedValues; >+use Koha::Biblios; > use Koha::CsvProfiles; > > my $query = CGI->new; >diff --git a/opac/opac-basket.pl b/opac/opac-basket.pl >index d375759f8b..b746abde67 100755 >--- a/opac/opac-basket.pl >+++ b/opac/opac-basket.pl >@@ -28,6 +28,7 @@ use C4::Output; > use Koha::RecordProcessor; > use Koha::CsvProfiles; > use Koha::AuthorisedValues; >+use Koha::Biblios; > > my $query = CGI->new; > >-- >2.11.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 27268
:
114504
|
117240
|
117785
| 117786