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

(-)a/Koha/ILL/Request/Workflow/HistoryCheck.pm (-2 / +1 lines)
Lines 248-254 sub _find_matching_requests { Link Here
248
        push @query, {
248
        push @query, {
249
            'illrequestattributes.type'  => $id_field,
249
            'illrequestattributes.type'  => $id_field,
250
            'illrequestattributes.value' => $self->{metadata}->{$id_field},
250
            'illrequestattributes.value' => $self->{metadata}->{$id_field},
251
        };
251
        } if $self->{metadata}->{$id_field};
252
    }
252
    }
253
253
254
    my $matching_requests = Koha::ILL::Requests->search(
254
    my $matching_requests = Koha::ILL::Requests->search(
255
- 

Return to bug 38441