From 7c9409dfdf3e61a1843076f5cc3a4999b1bad6ae Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 28 Jul 2006 15:49:14 +0000 Subject: [PATCH] logic error git-svn-id: svn://svn.open-ils.org/ILS/trunk@5156 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/ue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/ue.js b/Open-ILS/xul/staff_client/server/patron/ue.js index 09236d4c87..cf815f03b3 100644 --- a/Open-ILS/xul/staff_client/server/patron/ue.js +++ b/Open-ILS/xul/staff_client/server/patron/ue.js @@ -460,7 +460,7 @@ function uEditCancel() { href = href.replace(/\&?clone=\d+/, ''); var id = cgi.param('usr') /* reload the current user if available */ - if( id ) href += "?usr=" + id; + if( id ) href += "&usr=" + id; location.href = href; } -- 2.11.0