From 59d6691db7e04acea37f3739b057f732c774a363 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 8 Sep 2022 03:06:59 +0000 Subject: [PATCH] Bug 31531: Remove unnecessary use directives on opac-memberentry.pl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch just removes two redundant use directives in opac-memberentry.pl Signed-off-by: Joonas Kylmälä Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 6c893f7372b6a080435bd493730530c7f275cd06) Signed-off-by: Lucas Gass (cherry picked from commit af0057ae323470580798db914385ee606f4a1952) Signed-off-by: Arthur Suzuki --- opac/opac-memberentry.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/opac/opac-memberentry.pl b/opac/opac-memberentry.pl index 9c8ccfcd5e..9534551dbc 100755 --- a/opac/opac-memberentry.pl +++ b/opac/opac-memberentry.pl @@ -41,8 +41,6 @@ use Koha::Libraries; use Koha::Patron::Attribute::Types; use Koha::Patron::Attributes; use Koha::Patron::Images; -use Koha::Patron::Modification; -use Koha::Patron::Modifications; use Koha::Patron::Categories; use Koha::Token; use Koha::AuthorisedValues; -- 2.20.1