@@ -, +, @@ --- circ/view_holdsqueue.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/circ/view_holdsqueue.pl +++ a/circ/view_holdsqueue.pl @@ -68,7 +68,7 @@ my @itemtypesloop; while ( my $itemtype = $itemtypes->next ) { push @itemtypesloop, { value => $itemtype->itemtype, - description => $itemtypes->description, # FIXME Don't we want the translated_description here? + description => $itemtype->description, # FIXME Don't we want the translated_description here? }; } --