https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19936 Liz Rea <liz@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liz@catalyst.net.nz --- Comment #87 from Liz Rea <liz@catalyst.net.nz> --- Since this patch trying to import patrons seems to be noisy, lots of Argument "" isn't numeric in numeric eq (==) at /usr/share/perl5/DBIx/Class/Row.pm line 1017, <$handle> line 512. example line that has this problem, with header, private stuff removed: cardnumber,firstname,surname,address,address2,city,zipcode,email,phone,B_phone,branchcode,patron_attributes,borrowernotes,categorycode 100000090,"borrower surname",firstname,"Po Box xxxxx"," City",,,firstname.surname@institution.co.nz,,123456,BRANCHCODE,GROUP:STAFF,,STAFF It doesn't seem to affect the performance, patrons still get imported, but it sure does fill up the logs. -- You are receiving this mail because: You are watching all bug changes.