Fix holding lib for certain distribution svrs user/dbwells/svr_holding_lib_fix
authorDan Wells <dbw2@calvin.edu>
Thu, 28 Feb 2013 20:32:07 +0000 (15:32 -0500)
committerDan Wells <dbw2@calvin.edu>
Thu, 28 Feb 2013 20:32:07 +0000 (15:32 -0500)
commite712fc89451738f221132de7b193bb3eabe07960
treeaf3acdd68886cedb93509a0cd1f00d4f2f5bad47
parent6947c7068f08ef1ad548f98530a85943561293be
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>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Serial.pm