https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42781 --- Comment #4 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 200450 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200450&action=edit Bug 42781: Declare 'name' before using it in patron-format.js The code in koha-tmpl/intranet-tmpl/prog/js/patron-format.js uses a variable called 'name' without declaring it first. The declaration was removed in bug 32176. No deterioration of functionality has been discovered in connection with this, but the declaration should be restored. To test: - Apply the patch. - HidePatronName = Show - Look at the staff detail view for a record that has at least one item on loan. - Verify the name of the patron is displayed as expected. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Jan Kissig <bibliothek@th-wildau.de> -- You are receiving this mail because: You are watching all bug changes.