Bug 31531: Remove unnecessary use directives on opac-memberentry.pl
authorDavid Cook <dcook@prosentient.com.au>
Thu, 8 Sep 2022 03:06:59 +0000 (03:06 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 16 Sep 2022 19:52:45 +0000 (16:52 -0300)
This patch just removes two redundant use directives in opac-memberentry.pl

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
opac/opac-memberentry.pl

index 427c99d..41f5fbf 100755 (executable)
@@ -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;