[open-ils-commits] r16314 - branches/rel_1_6_0/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 26 16:06:46 EDT 2010


Author: phasefx
Date: 2010-04-26 16:06:40 -0400 (Mon, 26 Apr 2010)
New Revision: 16314

Modified:
   branches/rel_1_6_0/Open-ILS/xul/staff_client/server/patron/search_result.js
Log:
backport changeset 16306: There is no template for printing patron lists. Quick fix until we replace those actions with standard List actions

Modified: branches/rel_1_6_0/Open-ILS/xul/staff_client/server/patron/search_result.js
===================================================================
--- branches/rel_1_6_0/Open-ILS/xul/staff_client/server/patron/search_result.js	2010-04-26 19:58:03 UTC (rev 16313)
+++ branches/rel_1_6_0/Open-ILS/xul/staff_client/server/patron/search_result.js	2010-04-26 20:06:40 UTC (rev 16314)
@@ -96,10 +96,7 @@
 						['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);
                             }



More information about the open-ils-commits mailing list