[open-ils-commits] r9789 - branches/rel_1_2_2/Open-ILS/xul/staff_client/server/circ

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Jun 8 23:28:19 EDT 2008


Author: phasefx
Date: 2008-06-08 23:28:17 -0400 (Sun, 08 Jun 2008)
New Revision: 9789

Modified:
   branches/rel_1_2_2/Open-ILS/xul/staff_client/server/circ/checkout.js
Log:
fix a regression with checkout receipt printing

Modified: branches/rel_1_2_2/Open-ILS/xul/staff_client/server/circ/checkout.js
===================================================================
--- branches/rel_1_2_2/Open-ILS/xul/staff_client/server/circ/checkout.js	2008-06-09 03:24:57 UTC (rev 9788)
+++ branches/rel_1_2_2/Open-ILS/xul/staff_client/server/circ/checkout.js	2008-06-09 03:28:17 UTC (rev 9789)
@@ -268,7 +268,9 @@
 			obj.patron = obj.network.simple_request('FM_AU_FLESHED_RETRIEVE_VIA_ID',[ses(),obj.patron_id]);
             var params = { 
                 'patron' : obj.patron, 
-                'header' : 'checkout',
+				'lib' : obj.data.hash.aou[ obj.data.list.au[0].ws_ou() ],
+				'staff' : obj.data.list.au[0],
+                'template' : 'checkout',
                 'callback' : function() {
                     setTimeout(
                         function(){



More information about the open-ils-commits mailing list