]> 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:52:32 +0000 (11:52 -0400)
commit653d4b18e9281b1fb9dafcd4fe0842b9452ca80a
treed3c1b4d918cc2e2daa3637ad05b410f026a3465c
parentd1b2c6ab95aaba16712ef10a563895862f23c36c
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