From 7316aa2b3aa045e39b3514a997e8bb2cb5797ac0 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 29 Nov 2021 10:14:02 -0300 Subject: [PATCH] Bug 23991: (follow-up) Fix wrong import Signed-off-by: Tomas Cohen Arazi --- acqui/newordersuggestion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/newordersuggestion.pl b/acqui/newordersuggestion.pl index 9423e3f0d0..b6c2bda284 100755 --- a/acqui/newordersuggestion.pl +++ b/acqui/newordersuggestion.pl @@ -93,7 +93,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::Suggestions qw( ConnectSuggestionAndBiblio SearchSuggestion ); +use C4::Suggestions qw( ConnectSuggestionAndBiblio ); use C4::Budgets; use Koha::Acquisition::Booksellers; -- 2.32.0