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

(-)a/circ/view_holdsqueue.pl (-2 / +1 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 => $itemtype->description, # FIXME Don't we want the translated_description here?
71
        description => $itemtype->description,
72
    };
72
    };
73
}
73
}
74
74
75
- 

Return to bug 18881