]> git.evergreen-ils.org Git - working/Evergreen.git/commit
use circ_lib param instead of direct ws_ou acccess
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 31 Aug 2010 12:48:31 +0000 (12:48 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 31 Aug 2010 12:48:31 +0000 (12:48 +0000)
commitd396a304cf80c4f7ad794a8d89dc0e2bf48cd8d5
treed9e06a1b4946dc2ea75033bb6f31424717c48eab
parent4fa1f834108f63308fa6a23677aae901be8391b6
use circ_lib param instead of direct ws_ou acccess

circulator->circ_lib, which defaults to requestor->ws_ou (but is
overrideable) should be used in in lieu of direct ws_ou accesss;

This is useful when the caller is not physically logged in to a
workstation (e.g. centralized SIP client) and need to specify the
physical location through other means.

This change has no effect unless circ_lib is overridden by the caller

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17400 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm