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

(-)a/misc/maintenance/search_for_data_inconsistencies.pl (-2 / +1 lines)
Lines 288-294 use C4::Biblio qw( GetMarcFromKohaField ); Link Here
288
        while ( my $biblio = $biblios->next ) {
288
        while ( my $biblio = $biblios->next ) {
289
            new_item(sprintf "Biblio with biblionumber=%s does not have title defined", $biblio->biblionumber);
289
            new_item(sprintf "Biblio with biblionumber=%s does not have title defined", $biblio->biblionumber);
290
        }
290
        }
291
        new_hint("Edit these biblio records to defined a title");
291
        new_hint("Edit these bibliographic records to define a title");
292
    }
292
    }
293
}
293
}
294
294
295
- 

Return to bug 33717