From be9918ec4738374d5af4dfc0d7a3e5bbd2913815 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 5 Dec 2007 23:31:23 +0000 Subject: [PATCH] typo, fixes a Retrieve Last Patron bug from Item Details git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_1@8153 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/copy_details.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0