https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42284 --- Comment #25 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 200632 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200632&action=edit Bug 42284: (QA follow-up) biblionumber must not be null Presetting biblionumber to null (when adding a new record) will lead to a query parameter biblionumber=null when performing a z39.50 search followed by importing a result. This patch will default biblionumber to "". Testplan: a) go to More -> Cataloging -> New Record -> Z39.50/SRU search b) search for a title f.e. "Programming Perl" c) import one of the results d) check that the opened URL has a param biblionumber=null and the addbiblio page displays an error: The record you are trying to edit doesn't exist. Add a new record or do a catalog search. e) apply patch and redo steps a) - d) and check that query param biblonumber is 0 and addbiblio loads correct carrying the imported data. -- You are receiving this mail because: You are watching all bug changes.