http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13040 --- Comment #9 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to Paola Rossi from comment #5)
3) There were some records biblio in my DB, all the biblios had at least one item. Exporting all records [no branch checked, item type ALL, the other input fields empty] was OK. Then I catalogued a new biblio record [Default framework] without items. And then I edited an old item changing the barcode, inventory and something else. Exporting in the same way as above, not all the records were exported, but only some of them: in particular, the biblio record of the changed item was not exported. [I went back to master on the same DB. Exporting [ALL Library selected, item type ALL, the other input fields empty], all the records were exported: the biblio record without items too, as well as the biblio record whose item I changed.]
I can't confirm this. I did these steps, but my edited item was exported correctly, along with its biblio.
NB-2. If I didn't selected "From biblio number" and "To biblio number", in some cases the export file is not sorted on biblio number. This seemed strange to me: the sort of the export file could be an important information for me, but I didn't recognize what it was.
No ordering is provided to the SQL query, so it'll be whatever order the database responds in I think. This'll normally be the same order as the records were added, but that's not a guarantee. -- You are receiving this mail because: You are watching all bug changes.