[open-ils-commits] r9790 -
trunk/Open-ILS/xul/staff_client/server/circ
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jun 8 23:29:42 EDT 2008
Author: phasefx
Date: 2008-06-08 23:29:40 -0400 (Sun, 08 Jun 2008)
New Revision: 9790
Modified:
trunk/Open-ILS/xul/staff_client/server/circ/checkout.js
Log:
fix a regression with checkout receipt printing
Modified: trunk/Open-ILS/xul/staff_client/server/circ/checkout.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/checkout.js 2008-06-09 03:28:17 UTC (rev 9789)
+++ trunk/Open-ILS/xul/staff_client/server/circ/checkout.js 2008-06-09 03:29:40 UTC (rev 9790)
@@ -291,7 +291,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