https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34128 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED Summary|Series entry in the 490 |Clean up biblioitems.serial |field causes the ordering |data |of items to change in the | |holdings table | --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I would love to see clean-up, but not sure how we can best do it. * Whatever we do, we want to limit to MARC21 installations. * We don't know if the library has been setting the flag manually in some cases. * We will need to access MARC data, which might make any clean-up really slow on big databases. Ideas: Would running misc/batchRebuildBiblioTables.pl.fix the issue now? Then we could add a database statement recommending to run it. Could we assume that we only if 942$s exists/is filled, we should set biblioitems.serial? I think the previously false code, didn't create that field, right or wrong? Thinking more about it... what does the alternative sorting do exactly? It seems to counteract OPACHoldingsDefaultSortField? -- You are receiving this mail because: You are watching all bug changes.