From 893e821b784327fd8bb1d0dd2a7422b9dc45e4c6 Mon Sep 17 00:00:00 2001 From: berick Date: Fri, 18 Mar 2011 14:38:59 -0400 Subject: [PATCH] updated code comments --- Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) = @_; -- 2.11.0