Bugzilla – Attachment 123420 Details for
Bug 17600
Standardize the EXPORT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17600: Add missing imports in authorities/
Bug-17600-Add-missing-imports-in-authorities.patch (text/plain), 2.11 KB, created by
Nick Clemens (kidclamp)
on 2021-08-03 12:54:43 UTC
(
hide
)
Description:
Bug 17600: Add missing imports in authorities/
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-08-03 12:54:43 UTC
Size:
2.11 KB
patch
obsolete
>From b1e4ebf4834a34a6d6532fe760579da55bab07a2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 3 Aug 2021 14:46:56 +0200 >Subject: [PATCH] Bug 17600: Add missing imports in authorities/ > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > C4/Breeding.pm | 2 +- > authorities/authorities.pl | 2 +- > authorities/merge.pl | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/C4/Breeding.pm b/C4/Breeding.pm >index ce99efeac8..75f47c668a 100644 >--- a/C4/Breeding.pm >+++ b/C4/Breeding.pm >@@ -27,7 +27,7 @@ use C4::Charset qw( MarcToUTF8Record SetUTF8Flag ); > use MARC::File::USMARC; > use MARC::Field; > use C4::ImportBatch qw( GetZ3950BatchId AddBiblioToBatch AddAuthToBatch ); >-use C4::AuthoritiesMarc; #GuessAuthTypeCode, FindDuplicateAuthority >+use C4::AuthoritiesMarc qw( GuessAuthTypeCode ); > use C4::Languages; > use Koha::Database; > use Koha::XSLT::Base; >diff --git a/authorities/authorities.pl b/authorities/authorities.pl >index 11e60ef3ea..229dc27660 100755 >--- a/authorities/authorities.pl >+++ b/authorities/authorities.pl >@@ -23,7 +23,7 @@ use Modern::Perl; > use CGI qw ( -utf8 ); > use C4::Auth qw( get_template_and_user ); > use C4::Output qw( output_html_with_http_headers ); >-use C4::AuthoritiesMarc qw( GetAuthority GetTagsLabels GetAuthMARCFromKohaField ); >+use C4::AuthoritiesMarc qw( AddAuthority ModAuthority GetAuthority GetTagsLabels GetAuthMARCFromKohaField FindDuplicateAuthority ); > use C4::ImportBatch qw( GetImportRecordMarc ); > use C4::Context; > use Date::Calc qw( Today ); >diff --git a/authorities/merge.pl b/authorities/merge.pl >index d9af163e79..0799c26b04 100755 >--- a/authorities/merge.pl >+++ b/authorities/merge.pl >@@ -21,7 +21,7 @@ use Modern::Perl; > use CGI qw ( -utf8 ); > use C4::Output qw( output_html_with_http_headers ); > use C4::Auth qw( get_template_and_user ); >-use C4::AuthoritiesMarc qw( GetAuthority ModAuthority DelAuthority GetTagsLabels ); >+use C4::AuthoritiesMarc qw( GetAuthority ModAuthority DelAuthority GetTagsLabels merge ); > use C4::Biblio qw( TransformHtmlToMarc ); > > use Koha::Authority::MergeRequests; >-- >2.20.1
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 17600
:
57394
|
57950
|
57951
|
57952
|
57953
|
57954
|
61994
|
61995
|
61996
|
61997
|
61998
|
62209
|
62210
|
62211
|
62212
|
62213
|
62940
|
62941
|
62942
|
62943
|
62958
|
62959
|
64387
|
64388
|
64389
|
64390
|
64391
|
64392
|
64466
|
64467
|
64468
|
64469
|
64470
|
64471
|
64472
|
64473
|
64474
|
64475
|
64476
|
121309
|
121310
|
121311
|
121312
|
121313
|
121314
|
122360
|
122361
|
122362
|
122363
|
122364
|
122365
|
122869
|
122884
|
122945
|
123194
|
123195
|
123196
|
123200
|
123210
|
123281
|
123283
|
123284
|
123325
|
123417
|
123418
|
123419
| 123420 |
123565
|
124866
|
125059
|
125063
|
125064
|
125066
|
126640
|
127056
|
127918