[open-ils-commits] r16310 - branches/rel_1_6/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Apr 26 14:32:43 EDT 2010
Author: phasefx
Date: 2010-04-26 14:32:39 -0400 (Mon, 26 Apr 2010)
New Revision: 16310
Modified:
branches/rel_1_6/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/Open-ILS/xul/staff_client/server/patron/search_result.js
===================================================================
--- branches/rel_1_6/Open-ILS/xul/staff_client/server/patron/search_result.js 2010-04-26 18:31:06 UTC (rev 16309)
+++ branches/rel_1_6/Open-ILS/xul/staff_client/server/patron/search_result.js 2010-04-26 18:32:39 UTC (rev 16310)
@@ -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