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

(-)a/Koha/ILL/Backend/Standard.pm (-2 / +1 lines)
Lines 152-158 sub metadata { Link Here
152
    );
152
    );
153
153
154
    # Use database-level filtering instead of manual iteration
154
    # Use database-level filtering instead of manual iteration
155
    my $attrs = $request->extended_attributes->search( { type => { '-not_in' => \@ignore } } );
155
    my $attrs = $request->extended_attributes->search( { type => { '-not_in' => \@ignore }, backend => $self->name } );
156
156
157
    my $core_fields = _get_core_fields();
157
    my $core_fields = _get_core_fields();
158
    my $metadata    = {};
158
    my $metadata    = {};
159
- 

Return to bug 39934