typo, fixes a Retrieve Last Patron bug from Item Details
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 5 Dec 2007 23:31:23 +0000 (23:31 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 5 Dec 2007 23:31:23 +0000 (23:31 +0000)
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

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