From: phasefx Date: Mon, 26 Apr 2010 20:06:40 +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=4f4285a3482357d31139831acb4b156f5e94f794;p=Evergreen.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_0@16314 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 44ba0a0ae0..ed637d1d59 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); }