[open-ils-commits] r16306 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Apr 26 13:14:48 EDT 2010
Author: phasefx
Date: 2010-04-26 13:14:44 -0400 (Mon, 26 Apr 2010)
New Revision: 16306
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/search_result.js
Log:
There is no template for printing patron lists. Quick fix until we replace those actions with standard List actions
Modified: trunk/Open-ILS/xul/staff_client/server/patron/search_result.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/search_result.js 2010-04-26 16:21:45 UTC (rev 16305)
+++ trunk/Open-ILS/xul/staff_client/server/patron/search_result.js 2010-04-26 17:14:44 UTC (rev 16306)
@@ -99,10 +99,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