From 709bf4b2876e593fb0fa7fa48c557b0d0934d952 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 9 Dec 2010 18:26:25 +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_2_0@18951 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 d546ca3586..f77672adbc 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -3055,7 +3055,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