From 0b3fd7c5768cb2ff8da8a803bf2f1716ea770add 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Emmanuel Bétemps --- .../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 24411cd343..43a51f3cda 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.39.5