From 3f990cc59ccf3f0b95f292b7aae655aab586ad86 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 19 Sep 2007 19:48:55 +0000 Subject: [PATCH] backport to rel_1_2 the patron registration->patron dup search "[object Object]" bug fix git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7806 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/search_form.xul | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/patron/search_form.xul b/Open-ILS/xul/staff_client/server/patron/search_form.xul index 322596a77b..700c9014a2 100644 --- a/Open-ILS/xul/staff_client/server/patron/search_form.xul +++ b/Open-ILS/xul/staff_client/server/patron/search_form.xul @@ -49,6 +49,7 @@ } if (xulG.query) { for (var i in xulG.query) { + if (typeof xulG.query[i] == 'object') { xulG.query[i] = xulG.query[i].value; } query[i] = xulG.query[i]; } } -- 2.11.0