From: phasefx Date: Thu, 9 Dec 2010 18:26:25 +0000 (+0000) Subject: big thinko. Going by the stock receipt template, this should be the workstation... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=709bf4b2876e593fb0fa7fa48c557b0d0934d952;p=evergreen%2Fjoelewis.git 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 --- 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,