From: phasefx Date: Mon, 26 Apr 2010 17:14:44 +0000 (+0000) Subject: There is no template for printing patron lists. Quick fix until we replace those... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7f07187f11e7a6750d6ee910c6d5f5ff0ec4a2ce;p=evergreen%2Fpines.git 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/trunk@16306 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 b7d2b2974c..3cc26eca0c 100644 --- a/Open-ILS/xul/staff_client/server/patron/search_result.js +++ b/Open-ILS/xul/staff_client/server/patron/search_result.js @@ -99,10 +99,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); }