@@ -, +, @@ --- C4/Members.pm | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) --- a/C4/Members.pm +++ a/C4/Members.pm @@ -42,9 +42,7 @@ use Text::Unaccent qw( unac_string ); use Koha::AuthUtils qw(hash_password); use Koha::Database; use Module::Load; -if ( C4::Context->preference('NorwegianPatronDBEnable') && C4::Context->preference('NorwegianPatronDBEnable') == 1 ) { - load Koha::NorwegianPatronDB, qw( NLUpdateHashedPIN NLEncryptPIN NLSync ); -} +use Koha::NorwegianPatronDB qw( NLUpdateHashedPIN NLEncryptPIN NLSync ); our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug); --