From 98fb10daef62e4f602476bf1ca208048977542a4 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 This patch just removes two redundant use directives in opac-memberentry.pl --- opac/opac-memberentry.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/opac/opac-memberentry.pl b/opac/opac-memberentry.pl index f456362c3a..4c94cf30bd 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.25.1