View | Details | Raw Unified | Return to bug 18881
Collapse All | Expand All

(-)a/circ/view_holdsqueue.pl (-2 lines)
Lines 68-74 my @itemtypesloop; Link Here
68
while ( my $itemtype = $itemtypes->next ) {
68
while ( my $itemtype = $itemtypes->next ) {
69
    push @itemtypesloop, {
69
    push @itemtypesloop, {
70
        value       => $itemtype->itemtype,
70
        value       => $itemtype->itemtype,
71
        description => $itemtypes->description, # FIXME Don't we want the translated_description here?
72
    };
71
    };
73
}
72
}
74
73
75
- 

Return to bug 18881