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=893e821b784327fd8bb1d0dd2a7422b9dc45e4c6;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 fdf5abc014..9e67dda8bc 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm @@ -1800,7 +1800,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) = @_;