[open-ils-commits] r19770 - branches/rel_2_1/Open-ILS/xul/staff_client/server/circ (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 16 10:30:49 EDT 2011


Author: phasefx
Date: 2011-03-16 10:30:47 -0400 (Wed, 16 Mar 2011)
New Revision: 19770

Modified:
   branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/renew.js
Log:
dedicated renewal interface should use receipt printer

Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/renew.js
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/renew.js	2011-03-16 14:29:24 UTC (rev 19769)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/renew.js	2011-03-16 14:30:47 UTC (rev 19770)
@@ -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