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

(-)a/catalogue/moredetail.pl (-1 / +1 lines)
Lines 146-151 foreach ( keys %{$data} ) { Link Here
146
    $template->param( "$_" => defined $data->{$_} ? $data->{$_} : '' );
146
    $template->param( "$_" => defined $data->{$_} ? $data->{$_} : '' );
147
}
147
}
148
148
149
($itemnumber) and @items = (grep {$_->itemnumber == $itemnumber} @items);
149
my @item_data;
150
my @item_data;
150
foreach my $item (@items){
151
foreach my $item (@items){
151
152
152
- 

Return to bug 32583