fix a regression with checkout receipt printing
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 Jun 2008 03:28:17 +0000 (03:28 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 Jun 2008 03:28:17 +0000 (03:28 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_2@9789 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/checkout.js

index 6753f3c..ca8c564 100644 (file)
@@ -268,7 +268,9 @@ circ.checkout.prototype = {
                        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(){