From: phasefx Date: Mon, 9 Jun 2008 03:28:17 +0000 (+0000) Subject: fix a regression with checkout receipt printing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d936f0f66e2d72b56159e2d940cfb9ac65210252;p=Evergreen.git fix a regression with checkout receipt printing git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_2@9789 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 6753f3c608..ca8c5640dd 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkout.js +++ b/Open-ILS/xul/staff_client/server/circ/checkout.js @@ -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(){