From: erickson Date: Fri, 28 Jul 2006 15:49:14 +0000 (+0000) Subject: logic error X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7c9409dfdf3e61a1843076f5cc3a4999b1bad6ae;p=Evergreen.git logic error git-svn-id: svn://svn.open-ils.org/ILS/trunk@5156 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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; }