From: berick Date: Fri, 18 Mar 2011 18:38:59 +0000 (-0400) Subject: updated code comments X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6d53beb54e347461ca8641b9c9b32b29d19fccdc;p=evergreen%2Fequinox.git updated code comments --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm index e7dc1786ca..d21a8cc092 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm @@ -1821,7 +1821,7 @@ sub create_circ_chain_summary { # Returns "mra" attribute key/value pairs for a set of bre's # Takes a list of bre IDs, returns a hash of hashes, -# {bre1=> {key1 => value1, key2 => value2, ...}, bre2 => {...}, ...} +# {bre_id1 => {key1 => {code => value1, label => label1}, ...}...} my $ccvm_cache; sub get_bre_attrs { my ($class, $bre_ids, $e) = @_;