From: phasefx Date: Mon, 24 Sep 2007 15:37:19 +0000 (+0000) Subject: typo. fixes Retrieve Hold Patron from Item Details X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0f63825baef10b6e2fdd90c364e835fc213ff8d1;p=Evergreen.git typo. fixes Retrieve Hold Patron from Item Details git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7821 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/circ/copy_details.xul b/Open-ILS/xul/staff_client/server/circ/copy_details.xul index 4f63c476dc..a149c4e2f5 100644 --- a/Open-ILS/xul/staff_client/server/circ/copy_details.xul +++ b/Open-ILS/xul/staff_client/server/circ/copy_details.xul @@ -157,7 +157,7 @@ try { //g.data.fancy_prompt_data = js2JSON( [ g.hold.usr() ] ); //g.data.stash('fancy_prompt_data'); - xulG.retrieve_these_patrons = [ g.hold.user() ]; + xulG.retrieve_these_patrons = [ g.hold.usr() ]; update_modal_xulG(xulG); window.close(); } catch(E) {