[open-ils-commits] r7806 -
branches/rel_1_2/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 19 15:57:46 EDT 2007
Author: phasefx
Date: 2007-09-19 15:48:55 -0400 (Wed, 19 Sep 2007)
New Revision: 7806
Modified:
branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/search_form.xul
Log:
backport to rel_1_2 the patron registration->patron dup search "[object Object]" bug fix
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/search_form.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/search_form.xul 2007-09-19 19:46:44 UTC (rev 7805)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/search_form.xul 2007-09-19 19:48:55 UTC (rev 7806)
@@ -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];
}
}
More information about the open-ils-commits
mailing list