From: phasefx Date: Wed, 5 Dec 2007 23:29:40 +0000 (+0000) Subject: typo, fixes a Retrieve Last Patron bug from Item Details X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=46810e3542971b2d9e3a457282332c54508104cb;p=Evergreen.git typo, fixes a Retrieve Last Patron bug from Item Details git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@8151 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 a149c4e2f5..1fa277f271 100644 --- a/Open-ILS/xul/staff_client/server/circ/copy_details.xul +++ b/Open-ILS/xul/staff_client/server/circ/copy_details.xul @@ -145,7 +145,7 @@ try { //g.data.fancy_prompt_data = js2JSON( [ g.circ.usr() ] ); //g.data.stash('fancy_prompt_data'); - xulG.retrieve_these_patrons = [ g.circ.user() ]; + xulG.retrieve_these_patrons = [ g.circ.usr() ]; update_modal_xulG(xulG); window.close(); } catch(E) {