From fcb1eb9357fbb4fa23a2709fa1701032952bf512 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 26 Jul 2021 16:56:46 +0200 Subject: [PATCH] Bug 17600: (follow-up) Fix other occurrences in svc Erk, shame on me! Signed-off-by: Jonathan Druart --- Koha/List/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/List/Patron.pm b/Koha/List/Patron.pm index 02112a7a78..7ff95a13e0 100644 --- a/Koha/List/Patron.pm +++ b/Koha/List/Patron.pm @@ -35,7 +35,7 @@ our (@ISA, @EXPORT_OK); BEGIN { require Exporter; @ISA = qw(Exporter); - @EXPORT = qw( + @EXPORT_OK = qw( GetPatronLists DelPatronList -- 2.39.5