Bugzilla – Attachment 151175 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.44 KB, created by
Katrin Fischer
on 2023-05-14 12:02:12 UTC
(
hide
)
Description:
Bug 33717: Typo in search_for_data_inconsistencies.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-05-14 12:02:12 UTC
Size:
1.44 KB
patch
obsolete
>From e8f72095dc55fcaa9a05144c219244e326c033d4 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 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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.30.2
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