From 74b194cebe2058b09bfc118a44e3b2f372d10730 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 26 Apr 2010 18:32:39 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/patron/search_result.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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); } -- 2.11.0