Summary: | Typo in search_for_data_inconsistencies.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Command-line Utilities | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | lucas, robin |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | 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
|
Circulation function: | |
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
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 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> Thx, Caroline! Don't forget to assign yourself :) Pushed to master for 23.05. Nice work everyone, thanks! Nice work everyone! Pushed to 22.11.x for next release |