From 75d0fc3bc3846a7f64321445cb1669a372e9ee27 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 9 Dec 2010 18:26:54 +0000 Subject: [PATCH] big thinko. Going by the stock receipt template, this should be the workstation lib. Destination is handled by a different variable git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_1@18953 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index 09ce01a73a..6a5d85a6b4 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -2487,7 +2487,7 @@ circ.util.checkin_via_barcode2 = function(session,params,backdate,auto_print,che var template = check.payload.hold ? 'hold_transit_slip' : 'transit_slip'; var params = { 'patron' : print_data.user, - 'lib' : data.hash.aou[ check.payload.hold ? check.payload.hold.pickup_lib() : (check.payload.transit ? check.payload.transit.dest() : check.org) ], + 'lib' : data.hash.aou[ data.list.au[0].ws_ou() ], 'staff' : data.list.au[0], 'header' : data.print_list_templates[ template ].header, 'line_item' : data.print_list_templates[ template ].line_item, -- 2.11.0