Bug 22544: Move get_opac_new to Koha namespace
[srvgit] / opac / opac-memberentry.pl
index 17f2b48..c9a4790 100755 (executable)
@@ -44,7 +44,7 @@ use Koha::Patron::Modification;
 use Koha::Patron::Modifications;
 use Koha::Patron::Categories;
 use Koha::Token;
-
+use Koha::AuthorisedValues;
 my $cgi = CGI->new;
 my $dbh = C4::Context->dbh;