Fix currently harmless but still confusing sigil error
authorDan Wells <dbw2@calvin.edu>
Mon, 7 Jul 2014 17:16:58 +0000 (13:16 -0400)
committerDan Wells <dbw2@calvin.edu>
Tue, 26 Aug 2014 17:14:17 +0000 (13:14 -0400)
commitda1a8a21af791bbef15516ece2daf3dca2848d3c
tree51e7d88c503771db25111d9736636aeb69012094
parent32baf3a92321a7eaa00a37556293f013e2e19300
Fix currently harmless but still confusing sigil error

get_org_descendants() returns an array ref, not a list, so it doesn't
make sense to assign it to an '@orgs' variable.  Lucky for us, our
where-parser treats this single element list containing the ref in the
same manner as the proper ref itself, but at best, it is still very
confusing to see.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Serial.pm