[open-ils-commits] r15615 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Feb 22 15:16:05 EST 2010


Author: phasefx
Date: 2010-02-22 15:16:00 -0500 (Mon, 22 Feb 2010)
New Revision: 15615

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/display.js
Log:
fix actions in the Group summary when seen via the patron search interface

Modified: trunk/Open-ILS/xul/staff_client/server/patron/display.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/display.js	2010-02-22 20:08:04 UTC (rev 15614)
+++ trunk/Open-ILS/xul/staff_client/server/patron/display.js	2010-02-22 20:16:00 UTC (rev 15615)
@@ -701,6 +701,10 @@
                                             {},
                                             {
                                                 //'id' : list[0],
+                                                'spawn_group_interface' : function() { obj.spawn_group_interface(); },
+                                                'new_patron_tab' : xulG.new_patron_tab,
+                                                'new_tab' : xulG.new_tab,
+                                                'set_tab' : xulG.set_tab,
                                                 'on_finished' : function(patron) {
                                                     obj.patron = patron;
                                                     obj.controller.render();



More information about the open-ils-commits mailing list