https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36372 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #21 from Janusz Kaczmarek <januszop@gmail.com> --- Arthur, it does not work for me. After clicking the button "Set record source" from /cgi-bin/koha/cataloguing/record_source.pl?biblionumber=111, I'm getting: /cgi-bin/koha/cataloguing/record_source.pl?biblionumber=&record_source_id=4&save=Set+record+source Note, without biblionumber. And in record_source.pl you are not checking if the $biblionumber is present and correct nor if Koha::Biblios->find gave you a valid object. As a result my ktd exploded with: Can't call method "metadata" on an undefined value at /kohadevbox/koha/cataloguing/record_source.pl line 45 -- You are receiving this mail because: You are watching all bug changes.