Bugzilla – Attachment 126541 Details for
Bug 27266
Move C4::Biblio::GetMarcAuthors to Koha namespace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27266: (follow-up) Remove instances of GetMarcAuthors
Bug-27266-follow-up-Remove-instances-of-GetMarcAut.patch (text/plain), 3.81 KB, created by
Aleisha Amohia
on 2021-10-19 20:24:47 UTC
(
hide
)
Description:
Bug 27266: (follow-up) Remove instances of GetMarcAuthors
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2021-10-19 20:24:47 UTC
Size:
3.81 KB
patch
obsolete
>From 510758d9df45e90472b14607ca8ec5ca7b712597 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 22 Jul 2021 10:15:54 +1200 >Subject: [PATCH] Bug 27266: (follow-up) Remove instances of GetMarcAuthors > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: David Nind <david@davidnind.com> >--- > basket/basket.pl | 1 - > basket/sendbasket.pl | 1 - > opac/opac-basket.pl | 1 - > opac/opac-detail.pl | 1 - > opac/opac-sendbasket.pl | 1 - > opac/opac-sendshelf.pl | 1 - > t/Biblio.t | 2 +- > virtualshelves/sendshelf.pl | 1 - > 8 files changed, 1 insertion(+), 8 deletions(-) > >diff --git a/basket/basket.pl b/basket/basket.pl >index eace7fe03d..84331cdf9b 100755 >--- a/basket/basket.pl >+++ b/basket/basket.pl >@@ -21,7 +21,6 @@ use CGI qw ( -utf8 ); > use C4::Koha; > use C4::Biblio qw( > GetBiblioData >- GetMarcAuthors > GetMarcBiblio > GetMarcSeries > GetMarcSubjects >diff --git a/basket/sendbasket.pl b/basket/sendbasket.pl >index a393add625..c52c2cf69c 100755 >--- a/basket/sendbasket.pl >+++ b/basket/sendbasket.pl >@@ -24,7 +24,6 @@ use Try::Tiny qw( catch try ); > > use C4::Biblio qw( > GetBiblioData >- GetMarcAuthors > GetMarcBiblio > GetMarcSubjects > ); >diff --git a/opac/opac-basket.pl b/opac/opac-basket.pl >index fe50339a58..013cbab083 100755 >--- a/opac/opac-basket.pl >+++ b/opac/opac-basket.pl >@@ -23,7 +23,6 @@ use C4::Koha; > use C4::Biblio qw( > GetBiblioData > GetFrameworkCode >- GetMarcAuthors > GetMarcBiblio > GetMarcSeries > GetMarcSubjects >diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl >index d7157fadf2..9effa3e83d 100755 >--- a/opac/opac-detail.pl >+++ b/opac/opac-detail.pl >@@ -37,7 +37,6 @@ use C4::Output qw( parametrized_url output_html_with_http_headers ); > use C4::Biblio qw( > CountItemsIssued > GetBiblioData >- GetMarcAuthors > GetMarcBiblio > GetMarcControlnumber > GetMarcISBN >diff --git a/opac/opac-sendbasket.pl b/opac/opac-sendbasket.pl >index ade073afc0..14dd409667 100755 >--- a/opac/opac-sendbasket.pl >+++ b/opac/opac-sendbasket.pl >@@ -26,7 +26,6 @@ use Try::Tiny qw( catch try ); > > use C4::Biblio qw( > GetBiblioData >- GetMarcAuthors > GetMarcBiblio > GetMarcSubjects > ); >diff --git a/opac/opac-sendshelf.pl b/opac/opac-sendshelf.pl >index bf593b711a..621bca9c02 100755 >--- a/opac/opac-sendshelf.pl >+++ b/opac/opac-sendshelf.pl >@@ -28,7 +28,6 @@ use C4::Auth qw( get_template_and_user ); > use C4::Biblio qw( > GetBiblioData > GetFrameworkCode >- GetMarcAuthors > GetMarcBiblio > GetMarcISBN > GetMarcSubjects >diff --git a/t/Biblio.t b/t/Biblio.t >index 1b84ba8f8c..40b22ed593 100755 >--- a/t/Biblio.t >+++ b/t/Biblio.t >@@ -24,7 +24,7 @@ use Test::Warn; > plan tests => 37; > > >-use_ok('C4::Biblio', qw( AddBiblio ModBiblio BiblioAutoLink LinkBibHeadingsToAuthorities GetMarcPrice GetMarcQuantity GetMarcControlnumber GetMarcISBN GetMarcISSN GetMarcSubjects GetMarcAuthors GetMarcUrls GetMarcSeries TransformMarcToKoha ModBiblioMarc RemoveAllNsb GetMarcBiblio UpdateTotalIssues )); >+use_ok('C4::Biblio', qw( AddBiblio ModBiblio BiblioAutoLink LinkBibHeadingsToAuthorities GetMarcPrice GetMarcQuantity GetMarcControlnumber GetMarcISBN GetMarcISSN GetMarcSubjects GetMarcUrls GetMarcSeries TransformMarcToKoha ModBiblioMarc RemoveAllNsb GetMarcBiblio UpdateTotalIssues )); > > my $db = Test::MockModule->new('Koha::Database'); > $db->mock( _new_schema => sub { return Schema(); } ); >diff --git a/virtualshelves/sendshelf.pl b/virtualshelves/sendshelf.pl >index dfd4be1dab..acb1a52d1d 100755 >--- a/virtualshelves/sendshelf.pl >+++ b/virtualshelves/sendshelf.pl >@@ -27,7 +27,6 @@ use Try::Tiny qw( catch try ); > use C4::Auth qw( get_template_and_user ); > use C4::Biblio qw( > GetBiblioData >- GetMarcAuthors > GetMarcBiblio > GetMarcISBN > GetMarcSubjects >-- >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 27266
:
114503
|
114580
|
117239
|
118311
|
118312
|
123017
|
123018
|
123019
|
123026
|
123027
|
123028
|
123067
|
125440
|
125441
|
125442
|
125443
|
125444
|
125465
|
125466
|
125467
|
125468
|
125469
|
125719
|
125720
|
125721
|
125722
|
125723
|
126539
|
126540
|
126541
|
126542
|
126543
|
127330
|
127331
|
127332
|
127333
|
127334
|
127335
|
127336
|
127337
|
127340
|
127341
|
127342
|
127561
|
127562
|
127563
|
127564
|
127565
|
127566
|
127567
|
127568