http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12716 Jacek Ablewicz <abl@biblos.pk.edu.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl@biblos.pk.edu.pl --- Comment #10 from Jacek Ablewicz <abl@biblos.pk.edu.pl> --- It may be something specific to my test setup, but I've just tried to test-import ~30k patron records with lots and lots of extended attributes - there are no errors reported, but none of those attributes are getting added to the database. I guess that removal of this code part: -if ($extended) { - push @columnkeys, 'patron_attributes'; -} around line 65 in tools/import_borrowers.pl possibly does have some unforseen side effects, resulting in all extended attributes being ignored during import? -- You are receiving this mail because: You are watching all bug changes.