Bugzilla – Attachment 151030 Details for
Bug 33717
Typo in search_for_data_inconsistencies.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33717: Typo in search_for_data_inconsistencies.pl
Bug-33717-Typo-in-searchfordatainconsistenciespl.patch (text/plain), 1.38 KB, created by
Caroline Cyr La Rose
on 2023-05-10 18:56:48 UTC
(
hide
)
Description:
Bug 33717: Typo in search_for_data_inconsistencies.pl
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-05-10 18:56:48 UTC
Size:
1.38 KB
patch
obsolete
>From 2af29e8947049c3316040852188f7278c49dca0d Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 10 May 2023 14:52:58 -0400 >Subject: [PATCH] Bug 33717: Typo in search_for_data_inconsistencies.pl > >This patch corrects a typo in the output of >search_for_data_inconsistencies.pl when a bibliographic record has no >title. > >The patch also replaces biblio to bibliographic record in the same >sentence for terminology consistency. > >To test: >- Have a bibliographic record without a title >- Run misc/maintenance/search_for_data_inconsistencies.pl >- Read output, make sure the sentence is correct >--- > misc/maintenance/search_for_data_inconsistencies.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/maintenance/search_for_data_inconsistencies.pl b/misc/maintenance/search_for_data_inconsistencies.pl >index 98f69215cd..4fd9502c36 100755 >--- a/misc/maintenance/search_for_data_inconsistencies.pl >+++ b/misc/maintenance/search_for_data_inconsistencies.pl >@@ -288,7 +288,7 @@ use C4::Biblio qw( GetMarcFromKohaField ); > while ( my $biblio = $biblios->next ) { > new_item(sprintf "Biblio with biblionumber=%s does not have title defined", $biblio->biblionumber); > } >- new_hint("Edit these biblio records to defined a title"); >+ new_hint("Edit these bibliographic records to define a title"); > } > } > >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33717
:
151030
|
151175