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>
$svr->sre_id(-1);
}
$svr->location($_->holding_lib->name);
- $svr->owning_lib($_->holding_lib);
+ $svr->owning_lib($_->holding_lib->id);
$svr->basic_holdings([]);
$svr->supplement_holdings([]);
$svr->index_holdings([]);