http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7613 --- Comment #20 from MJ Ray (software.coop) <mjr@ttllp.co.uk> --- OK, it seems that the books are appearing and that putting import_mode: direct on the first line before the XML causes, so my remaining questions are: 1. why don't the batches appear on http://intranet/cgi-bin/koha/tools/manage-marc-import.pl for me? Should C4::ImportBatch::GetImportBatchRangeDesc and ::GetNumberOfNonZ3950ImportBatches be changed? 2. why are we using a mixed colon-delimited and XML input file, instead of GET parameters and an XML post? So it would be like http://intranet/cgi-bin/koha/svc/import_bib?import_mode=direct and just an XML file POSTed, which I think may be more portable for web API libraries. Thanks for this and sorry for getting so confused. -- You are receiving this mail because: You are watching all bug changes.