From: phasefx Date: Mon, 9 Jun 2008 03:29:40 +0000 (+0000) Subject: fix a regression with checkout receipt printing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1c38d5a2745aa67bfcfedf3345e9a730dcc629bc;p=Evergreen.git fix a regression with checkout receipt printing git-svn-id: svn://svn.open-ils.org/ILS/trunk@9790 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/circ/checkout.js b/Open-ILS/xul/staff_client/server/circ/checkout.js index 6f21e3e628..7072a51500 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkout.js +++ b/Open-ILS/xul/staff_client/server/circ/checkout.js @@ -291,7 +291,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(){