[Koha-bugs] [Bug 12716] Import patrons form should have drop-downs for some values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Aug 31 12:41:59 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12716

Jacek Ablewicz <abl at biblos.pk.edu.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abl at biblos.pk.edu.pl

--- Comment #10 from Jacek Ablewicz <abl at 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.


More information about the Koha-bugs mailing list