From: erickson Date: Fri, 11 Aug 2006 15:30:28 +0000 (+0000) Subject: testing clone X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=13ee16a3ba7cc8ea3d0d56b8937bc21ba1a0f174;p=Evergreen.git testing clone git-svn-id: svn://svn.open-ils.org/ILS/trunk@5461 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 4a017b8511..eb935ab32d 100644 --- a/Open-ILS/xul/staff_client/server/patron/ue.js +++ b/Open-ILS/xul/staff_client/server/patron/ue.js @@ -496,6 +496,8 @@ function uEditSaveUser(cloneme) { } if (window.xulG && typeof window.xulG.on_save == 'function') { + if( patron.isnew() && cloneme ) + window.xulG.spawn_editor({ses:cgi.param('ses'),usr:id,clone:cloneme}); window.xulG.on_save(newuser, cloneme); } else {