]> git.evergreen-ils.org Git - Evergreen.git/commit
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:12:29 +0000 (13:12 -0400)
commita29ef8ddaaf0e6462ad7a32b42bff289c33c25e6
tree54ffbb13492dbe08e78366a22b96351289bfb86c
parent9039c4fd8a5c2c861f74fe7f0d6e1ea3f9d18d61
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