Bug 31531: Remove unnecessary use directives on opac-memberentry.pl
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>
This commit is contained in:
parent
244f68b1e0
commit
6c893f7372
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue