Bug 7513 Marc Import Hangs
authorBibLibre <dev_patches@biblibre.com>
Thu, 9 Feb 2012 09:11:36 +0000 (10:11 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 21 Feb 2012 16:02:46 +0000 (17:02 +0100)
commitaa06364814d948c2efc2d6629032a24b5ad7232b
treecb26b9fa66a15229c7226934ca0435701f538374
parentdcca2ce791cb8b422b66dea60ef7e2337b64f4c0
Bug 7513 Marc Import Hangs

On some record, the commit_biblio_file is creating wide
character
because as_xml is not used with correct parameter.
This patch fixes that.
To test on a UNIMARC Koha, stage attachment 7510 and
then import.
It hangs before the patch, it passes after.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/ImportBatch.pm