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

(-)a/t/db_dependent/Koha/BackgroundJob/ImportKBARTFile.t (-3 / +1 lines)
Lines 401-408 Nature Astronomy,,2397-3366,2017-01,1,1,,,,https://www.nature.com/natastron,,4bb Link Here
401
        [
401
        [
402
            {
402
            {
403
                'type'          => 'error',
403
                'type'          => 'error',
404
                'error_message' => 'No publication_title found for title_id: ',
404
                'code'          => 'no_title_found',
405
                'code'          => 'title_failed',
406
                'title_id'      => '12345',
405
                'title_id'      => '12345',
407
                'title'         => '(Unknown)'
406
                'title'         => '(Unknown)'
408
            },
407
            },
409
- 

Return to bug 34788