Steps to reproduce: 1) - Add a new item for your branch in cataloging - Try to edit the item 2) - Try to modify an existing item Browser: Can't call method "fields" on an undefined value at /home/katrin/kohaclone/C4/Biblio.pm line 2097. Error log: [Tue Apr 12 08:06:44 2011] [error] [client ::1] [Tue Apr 12 08:06:44 2011] additem.pl: Can't call method "fields" on an undefined value at /home/katrin/kohaclone/C4/Biblio.pm line 2097., referer: http://localhost:8080/cgi-bin/koha/cataloguing/additem.pl
3.2.x has this link for editing items: additem.pl?op=edititem&biblionumber=1&itemnumber=2#edititem versus this in master: additem.pl?op=edititem&itemnumber=20#edititem In master, biblionumber is missing from the link.
Created attachment 3886 [details] [review] Proposed patch
Created attachment 3887 [details] [review] Signed off patch Works as expected.
Pushed, please test
Tested successfully in 3.4.