[Koha-bugs] [Bug 28048] Can't import patrons without checkprevcheckout and autorenew_checkouts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 26 11:49:35 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28048

--- Comment #5 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list