typo. fixes Retrieve Hold Patron from Item Details
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 24 Sep 2007 15:37:19 +0000 (15:37 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 24 Sep 2007 15:37:19 +0000 (15:37 +0000)
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

index 4f63c47..a149c4e 100644 (file)
                        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) {