From 2eef437272b25d2b2571a26a90721bfeda7d9fa3 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Wed, 8 Jan 2025 17:18:03 -0500 Subject: [PATCH] Bug 38851: Rephrase OpacRenewalBranch and RESTAPIRenewalBranch to specify that they are about renewals This patch adds precision to the OpacRenewalBranch and RESTAPIRenewalBranch system preference descriptions to distinguish them from one another and to specify that they are about renewals. To test: 1. Apply patch 2. Go to Administration > System preferences 3. Search for RenewalBranch 4. Read the descriptions for both OpacRenewalBranch and RESTAPIRenewalBranch, make sure they make sense and are correct english --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- .../prog/en/modules/admin/preferences/web_services.pref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index abdd70c2e2..50cab6b225 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -621,7 +621,7 @@ OPAC: checkoutbranch: "the library the item was checked out from" none: "NULL" opacrenew: "'OPACRenew'" - - as branchcode to store in the statistics table. + - as branchcode to store in the statistics table for renewals done in the OPAC. - - Only allow patrons to renew their own checkouts on the OPAC if they have less than - pref: OPACFineNoRenewals diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref index ea0c6ee38b..be4825303f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref @@ -45,7 +45,7 @@ Web services: checkoutbranch: "the library the item was checked out from" none: "NULL" apirenew: "'APIRenew'" - - as branchcode to store in the statistics table. + - as branchcode to store in the statistics table for renewals done through the REST API. OAI-PMH: - - pref: OAI-PMH -- 2.34.1