From: Bill Erickson Date: Fri, 6 Sep 2013 20:17:08 +0000 (-0400) Subject: Load pending patron via double-click X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fberick%2Fpending-patron-dbl-click;p=working%2FEvergreen.git Load pending patron via double-click Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/xul/staff_client/server/patron/staged.js b/Open-ILS/xul/staff_client/server/patron/staged.js index 8909555afb..e93263f1d3 100644 --- a/Open-ILS/xul/staff_client/server/patron/staged.js +++ b/Open-ILS/xul/staff_client/server/patron/staged.js @@ -222,7 +222,10 @@ function init_list() { } ), 'retrieve_row' : retrieve_row, - 'on_select' : handle_selection + 'on_select' : handle_selection, + 'on_dblclick' : function(ev) { + gen_event_handler('load')(); + } } );