[open-ils-commits] r19771 - branches/rel_2_0/Open-ILS/xul/staff_client/server/circ (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Mar 16 10:31:41 EDT 2011
Author: phasefx
Date: 2011-03-16 10:31:38 -0400 (Wed, 16 Mar 2011)
New Revision: 19771
Modified:
branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/renew.js
Log:
dedicated renewal interface should use receipt printer
Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/renew.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/renew.js 2011-03-16 14:30:47 UTC (rev 19770)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/renew.js 2011-03-16 14:31:38 UTC (rev 19771)
@@ -203,6 +203,7 @@
['command'],
function() {
var p = {
+ 'printer_context' : 'receipt',
'template' : 'renew'
};
obj.list.print(p);
More information about the open-ils-commits
mailing list