https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39723 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com Status|Signed Off |Failed QA --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- + $line{surnamesuggestedby} = $suggestion->suggester->surname; + $line{firstnamesuggestedby} = $suggestion->suggester->firstname; I would remove those 2 lines from the controller, and use suggestion.suggester.* in the template -- You are receiving this mail because: You are watching all bug changes.