updated code comments
authorberick <berick@esilibrary.com>
Fri, 18 Mar 2011 18:38:59 +0000 (14:38 -0400)
committerberick <berick@esilibrary.com>
Fri, 18 Mar 2011 18:38:59 +0000 (14:38 -0400)
Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm

index fdf5abc..9e67dda 100644 (file)
@@ -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) = @_;