Bug 33717

Summary: Typo in search_for_data_inconsistencies.pl
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: Command-line UtilitiesAssignee: Caroline Cyr La Rose <caroline.cyr-la-rose>
Status: RESOLVED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: trivial    
Priority: P5 - low CC: lucas, robin
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.05.00,22.11.07,22.05.15
Attachments: Bug 33717: Typo in search_for_data_inconsistencies.pl
Bug 33717: Typo in search_for_data_inconsistencies.pl

Description Caroline Cyr La Rose 2023-05-10 18:50:49 UTC
If a biblio has no title, the script output reads

== Biblio without title 245$a ==
	* Biblio with biblionumber=768 does not have title defined
=> Edit these biblio records to defined a title

"defined" in the last sentence should be "define"
Comment 1 Caroline Cyr La Rose 2023-05-10 18:56:48 UTC
Created attachment 151030 [details] [review]
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
Comment 2 Katrin Fischer 2023-05-14 12:02:12 UTC
Created attachment 151175 [details] [review]
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>
Comment 3 Katrin Fischer 2023-05-14 12:03:03 UTC
Thx, Caroline! Don't forget to assign yourself :)
Comment 4 Tomás Cohen Arazi 2023-05-15 11:52:11 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 5 Pedro Amorim 2023-06-02 11:24:36 UTC
Nice work everyone!

Pushed to 22.11.x for next release