X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=tools%2Fmanage-marc-import.pl;h=8a8d9e893b07a2bb384a4da1487619032b40c81e;hb=12ff7355bb21a30d472e987f05f1da35f00a53a5;hp=cc22aeb9a43eb86013a199ddf6beed8d25893f39;hpb=ef038b258ebfef315cea06bcf27d92eada86e9d7;p=koha_fer diff --git a/tools/manage-marc-import.pl b/tools/manage-marc-import.pl index cc22aeb9a4..8a8d9e893b 100755 --- a/tools/manage-marc-import.pl +++ b/tools/manage-marc-import.pl @@ -218,7 +218,7 @@ sub import_batches_list { num_items => $batch->{'num_items'}, upload_timestamp => $batch->{'upload_timestamp'}, import_status => $batch->{'import_status'}, - file_name => $batch->{'file_name'}, + file_name => $batch->{'file_name'} || "($batch->{'batch_type'})", comments => $batch->{'comments'}, can_clean => ($batch->{'import_status'} ne 'cleaned') ? 1 : 0, };