Fix currently harmless but still confusing sigil error user/kmlussier/lp1078787_sdist_tpac_scoping_fix_small_fix
authorDan Wells <dbw2@calvin.edu>
Mon, 7 Jul 2014 17:16:58 +0000 (13:16 -0400)
committerKathy Lussier <klussier@masslnc.org>
Thu, 21 Aug 2014 21:22:14 +0000 (17:22 -0400)
commite044936b3962d6272671d45b34e50e62e92d762f
treeeb58d3b8a8452863a5f2ee7b841e5c45d40f2614
parentab657f05fdb30a6cdbff23aa053bfa8a9ebd7da6
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