From 4f4285a3482357d31139831acb4b156f5e94f794 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 26 Apr 2010 20:06:40 +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_0@16314 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 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); } -- 2.11.0