Bugzilla – Attachment 183137 Details for
Bug 40109
Path to fix_invalid_dates.pl is incorrect in fix_invalid_dates.pl and search_for_data_inconsistencies.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl
Bug-40109-Fix-path-for-fixinvaliddatespl-in-hint-f.patch (text/plain), 1.32 KB, created by
Baptiste Wojtkowski (bwoj)
on 2025-06-10 15:09:33 UTC
(
hide
)
Description:
Bug 40109: Fix path for fix_invalid_dates.pl in hint from search_for_data_inconsistencies.pl
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2025-06-10 15:09:33 UTC
Size:
1.32 KB
patch
obsolete
>From 49210c03a6e4b7697bf0aded9034878ceb39b7f3 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Tue, 10 Jun 2025 17:07:12 +0200 >Subject: [PATCH] Bug 40109: Fix path for fix_invalid_dates.pl in hint from > search_for_data_inconsistencies.pl > >Bug 31143 created a script in cronjob and then moved it to maintenance. However, it is still referred as in cronjob in help strings. This patch updates the hint. > >No test needed I guess. Only changing a string >--- > 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 72d96561..31ee4971 100755 >--- a/misc/maintenance/search_for_data_inconsistencies.pl >+++ b/misc/maintenance/search_for_data_inconsistencies.pl >@@ -390,7 +390,7 @@ use C4::Biblio qw( GetMarcFromKohaField ); > "Column " . $rs->result_source->name . "." . $column . " contains $invalid_dates invalid dates" ); > > if ( $invalid_dates > 0 ) { >- new_hint("You may change the dates with script: misc/cronjobs/fix_invalid_dates.pl (-c -v)"); >+ new_hint("You may change the dates with script: misc/maintenance/fix_invalid_dates.pl (-c -v)"); > } > > } >-- >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 40109
:
183136
|
183137
|
183233
|
183463