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

index e7dc178..d21a8cc 100644 (file)
@@ -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) = @_;