From: Bill Erickson Date: Mon, 14 Mar 2016 19:27:31 +0000 (-0400) Subject: JBAS-1132 Staged user dupe search repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cd4bf517ef8a3dd5da50b0f23f9315b1c06eaaf0;p=working%2FEvergreen.git JBAS-1132 Staged user dupe search repair Duplicate searches from staged users were failing due to incorrect use of new_patron_tab within staged.js. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/xul/staff_client/server/patron/staged.js b/Open-ILS/xul/staff_client/server/patron/staged.js index ff8e7513b9..570aec5e36 100644 --- a/Open-ILS/xul/staff_client/server/patron/staged.js +++ b/Open-ILS/xul/staff_client/server/patron/staged.js @@ -167,7 +167,7 @@ function cancel(ids) { function spawn_search(s) { data.stash_retrieve(); - xulG.new_patron_tab( {}, { 'doit' : 1, 'query' : s } ); + xulG.new_patron_tab( {}, { 'doit' : 1, 'query' : js2JSON(s) } ); } function spawn_editor(p,func) {