Bug 32280: Export method ImportBreedingAuth from C4::Breeding
authorFridolin Somers <fridolin.somers@biblibre.com>
Sat, 19 Nov 2022 03:54:32 +0000 (17:54 -1000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 31 Mar 2023 16:39:37 +0000 (18:39 +0200)
In C4::Breeding method ImportBreedingAuth() should be exported to be used for example by plugins.

No test plan needed i bet.

Signed-off-by: Magnus Enger <magnus@libriotech.no>
Looks like a harmless and useful enhancement.
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Breeding.pm

index 7b3dbc5..4cec04b 100644 (file)
@@ -36,7 +36,7 @@ our (@ISA, @EXPORT_OK);
 BEGIN {
     require Exporter;
     @ISA       = qw(Exporter);
-    @EXPORT_OK = qw(BreedingSearch Z3950Search Z3950SearchAuth);
+    @EXPORT_OK = qw(BreedingSearch ImportBreedingAuth Z3950Search Z3950SearchAuth);
 }
 
 =head1 NAME