]> git.evergreen-ils.org Git - Evergreen.git/commit
Fix holding lib for certain distribution svrs
authorDan Wells <dbw2@calvin.edu>
Thu, 28 Feb 2013 20:32:07 +0000 (15:32 -0500)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 13 Mar 2013 15:51:59 +0000 (11:51 -0400)
commit3fd72b199329ea1a310e58beb6e86b66a8218b5f
tree4fcaa7fa53a6f7cac6fe1a4dcb5b4a2a9941e3f0
parentcc7ed07e0517fe51e7354e36aec27a9d01bb39e9
Fix holding lib for certain distribution svrs

On a serial virtual record (svr), the holding lib is expected to be
just an ID.  In one logic branch, Search/Serial.pm was attaching the
entire aou object, and we should instead attach just the ID of this
object.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Serial.pm