From 593a55f4945702a84594225e1de1746c8321d9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= Date: Fri, 23 Jan 2026 11:50:28 -0300 Subject: [PATCH] Bug 41682: Fix 'cancelation' typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Cohen Arazi --- installer/data/mysql/atomicupdate/bug_41682.pl | 2 +- installer/data/mysql/mandatory/sysprefs.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_41682.pl b/installer/data/mysql/atomicupdate/bug_41682.pl index 0f2355c107..4cb8478985 100755 --- a/installer/data/mysql/atomicupdate/bug_41682.pl +++ b/installer/data/mysql/atomicupdate/bug_41682.pl @@ -49,7 +49,7 @@ return { q{Choose which search method to use by default when searching with PatronAutoComplete}, displayFacetCount => q{If enabled, display the number of facet counts}, EnableBooking => q{If enabled, activate every functionalities related with Bookings module}, - HoldCancellationRequestSIP => q{Option to set holds cancelled via SIP as cancelation requests}, + HoldCancellationRequestSIP => q{Option to set holds cancelled via SIP as cancellation requests}, HoldRatioDefault => q{Default value for the hold ratio report}, ILLModule => q{If ON, enables the interlibrary loans module.}, OPACLoginLabelTextContent => q{Control the text displayed on the login form}, diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql index 47dac4ecb4..d1a15e58d3 100644 --- a/installer/data/mysql/mandatory/sysprefs.sql +++ b/installer/data/mysql/mandatory/sysprefs.sql @@ -314,7 +314,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('HidePatronName','0',NULL,'If this is switched on, patron\'s cardnumber will be shown instead of their name on the holds and catalog screens','YesNo'), ('HidePersonalPatronDetailOnCirculation', '0', NULL, 'Hide patrons phone number, email address, street address and city in the circulation page','YesNo'), ('hide_marc','0',NULL,'If ON, disables display of MARC fields, subfield codes & indicators (still shows data)','YesNo'), -('HoldCancellationRequestSIP','0',NULL,'Option to set holds cancelled via SIP as cancelation requests','YesNo'), +('HoldCancellationRequestSIP','0',NULL,'Option to set holds cancelled via SIP as cancellation requests','YesNo'), ('HoldFeeMode','not_always','any_time_is_placed|not_always|any_time_is_collected','Set the hold fee mode','Choice'), ('HoldRatioDefault','3',NULL,'Default value for the hold ratio report','Integer'), ('HoldsAutoFill','0',NULL,'If on, librarian will not be asked if hold should be filled, it will be filled automatically','YesNo'), -- 2.50.1 (Apple Git-155)