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

(-)a/t/db_dependent/Koha/EDI.t (-2 / +1 lines)
Lines 260-266 subtest '_handle_008_field' => sub { Link Here
260
        '_check_for_existing_bib',
260
        '_check_for_existing_bib',
261
        sub {
261
        sub {
262
            my $bib_record = shift;
262
            my $bib_record = shift;
263
            return undef;
263
            return 0;
264
        }
264
        }
265
    );
265
    );
266
    $edi_module->mock(
266
    $edi_module->mock(
267
- 

Return to bug 38271