From 8f3608ed95ae9a4a6194947021b3ec24fe6e4910 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 24 Sep 2007 15:36:17 +0000 Subject: [PATCH] typo. fixes Retrieve Hold Patron from Item Details git-svn-id: svn://svn.open-ils.org/ILS/trunk@7820 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.43.2