Fix currently harmless but still confusing sigil error user/dbwells/lp1078787_sdist_tpac_scoping_fix_small_fix
authorDan Wells <dbw2@calvin.edu>
Mon, 7 Jul 2014 17:16:58 +0000 (13:16 -0400)
committerDan Wells <dbw2@calvin.edu>
Mon, 7 Jul 2014 17:22:26 +0000 (13:22 -0400)
commitc32a4987943fb31590eea0d173a7a452f6567a11
tree63b6a7415135acd0c679471afb84eb839a34b31c
parentda7f148b5e26f25fdf5f1eb65eeffdef372d9284
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>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Serial.pm