https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42284
--- Comment #25 from Jan Kissig <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
