https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28048 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Looks like the following change is needed @ Koha/Patrons/Import.pm:238 @ sub import_patrons { # Remove warning for int datatype that cannot be null # Argument "" isn't numeric in numeric eq (==) at /usr/share/perl5/DBIx/Class/Row.pm line 1018 for my $field ( - qw( privacy privacy_guarantor_fines privacy_guarantor_checkouts anonymized login_attempts )) + qw( privacy privacy_guarantor_fines privacy_guarantor_checkouts anonymized login_attempts autorenew_checkouts )) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.