http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4305 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin@catalyst.net.nz --- Comment #7 from Robin Sheat <robin@catalyst.net.nz> 2010-10-20 06:09:47 UTC --- This patch causes problems doing bulk imports of data. In particular, I'm trying to load a record that has the ISBN '0621047376274' (which is invalid) and this causes the error: [Wed Oct 20 19:03:36 2010] [error] [client 192.168.56.1] [Wed Oct 20 19:03:36 2010] stage-marc-import.pl: Can't call method "as_string" on an undefined value at /mnt/catalyst/koha/C4/Koha.pm line 1333, <GEN11> chunk 12321., referer: http://koha:8080/cgi-bin/koha/tools/stage-marc-import.pl which breaks the whole import process. Reverting the patch stops this problem. Note that invalid ISBN10 entries don't cause this problem. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.