From: phasefx Date: Mon, 26 Apr 2010 18:32:39 +0000 (+0000) Subject: backport changeset 16306: There is no template for printing patron lists. Quick fix... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=74b194cebe2058b09bfc118a44e3b2f372d10730;p=working%2FEvergreen.git backport changeset 16306: There is no template for printing patron lists. Quick fix until we replace those actions with standard List actions git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16310 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/search_result.js b/Open-ILS/xul/staff_client/server/patron/search_result.js index 4699032e8a..51bb885ec5 100644 --- a/Open-ILS/xul/staff_client/server/patron/search_result.js +++ b/Open-ILS/xul/staff_client/server/patron/search_result.js @@ -96,10 +96,7 @@ patron.search_result.prototype = { ['command'], function() { try { - var p = { - 'template' : 'patron' - }; - obj.list.print( p ); + obj.list.dump_csv_to_printer(); } catch(E) { obj.error.standard_unexpected_error_alert($("patronStrings").getString('staff.patron.search_result.init.search_print'),E); }