View | Details | Raw Unified | Return to bug 15182
Collapse All | Expand All

(-)a/C4/Members.pm (-2 / +5 lines)
Lines 41-47 use Koha::Borrower::Debarments qw(IsDebarred); Link Here
41
use Text::Unaccent qw( unac_string );
41
use Text::Unaccent qw( unac_string );
42
use Koha::AuthUtils qw(hash_password);
42
use Koha::AuthUtils qw(hash_password);
43
use Koha::Database;
43
use Koha::Database;
44
require Koha::NorwegianPatronDB;
44
45
use Module::Load::Conditional qw( can_load );
46
if ( can_load( modules => { 'Koha::NorwegianPatronDB' => undef } ) ) {
47
    load Koha::NorwegianPatronDB, qw( NLUpdateHashedPIN NLEncryptPIN NLSync );
48
}
45
49
46
our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug);
50
our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug);
47
51
48
- 

Return to bug 15182