From 0f63825baef10b6e2fdd90c364e835fc213ff8d1 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 24 Sep 2007 15:37:19 +0000 Subject: [PATCH] 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 --- 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 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) { -- 2.11.0