]> 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:48 +0000 (11:52 -0400)
commit49697ca06f84d20b676792e92f1ce480942a6462
treee6f01a4da6407814c1b745bdfcb598b20377505f
parent9ed5e2121ba26eab67f2e2961b5f510986146320
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