Bugzilla – Attachment 191953 Details for
Bug 41682
Syspref discrepancies between new and upgraded installs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41682: Fix 'cancelation' typo
593a55f.patch (text/plain), 2.92 KB, created by
Tomás Cohen Arazi (tcohen)
on 2026-01-23 14:56:40 UTC
(
hide
)
Description:
Bug 41682: Fix 'cancelation' typo
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2026-01-23 14:56:40 UTC
Size:
2.92 KB
patch
obsolete
>From 593a55f4945702a84594225e1de1746c8321d9e0 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= <tomascohen@theke.io> >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 <tomascohen@theke.io> >--- > 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) >
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 41682
:
191858
|
191859
|
191906
|
191931
|
191932
|
191949
|
191950
|
191951
|
191952
| 191953 |
192017
|
192027
|
192031