From 65af7d6e967426b9ccd8a89a7eb231ce1c2a3f9e Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Wed, 6 May 2020 16:22:57 -0400 Subject: [PATCH] Bug 25394: Cronjob path in the AuthorityMergeLimit syspref description is wrong Test plan: 1- Apply patch 2- Go to Administration > Global system preferences > Authorities 3- The path to merge_authorities.pl in the AuthorityMergeLimit description should now read misc/cronjobs/merge_authorities.pl Signed-off-by: David Nind --- .../intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref index 1de239b315..27734a2301 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref @@ -35,7 +35,7 @@ Authorities: - pref: AuthorityMergeLimit default: 50 - records. (Above this limit, the merge_authority cron job will merge them.) - - "
NOTE: This system preference requires the misc/migration_tools/merge_authority.pl cronjob. Ask your system administrator to schedule it." + - "
NOTE: This system preference requires the misc/cronjobs/merge_authorities.pl cronjob. Ask your system administrator to schedule it." - - Use the following text for the contents of MARC21 authority control field 008 position 06-39 (fixed length data elements). Do NOT include the date (position 00-05). - pref: MARCAuthorityControlField008 -- 2.11.0