From: Adam Bowling Date: Fri, 16 Jan 2015 22:18:24 +0000 (-0500) Subject: LP#1365661 Found patrons with same name not opening X-Git-Tag: sprint4-merge-nov22~1345 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=22d0a1950da71ddaad6decd82441ffd4a1221be9;p=working%2FEvergreen.git LP#1365661 Found patrons with same name not opening This patch fixes the error, while registering a new patron and clicking the link "Found {$0} patron(s) with the same name" did not previously work in the staff client. To reproduce the bug, register a new patron with the name of an existing patron. The little widget with the message described above will appear. The message is a hyperlink, but nothing appears to happen if you click it. The JavaScript console will contain an error ReferenceError:js2JSON is not defined. After applying this patch, clicking the hyperlink does a search for matching patrons as intended. The ReferenceError also disappears. Signed-off-by: Adam Bowling Signed-off-by: Terran McCanna Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index 5a2aba64dd..9356d48b3a 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -64,6 +64,8 @@ +