Bugzilla – Attachment 190899 Details for
Bug 38876
Typo in UpdateNotForLoanStatusOnCheckout description
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38876: Fixed typo in descrption of UpdateNotForLoanStatusOnCheckout
Bug-38876-Fixed-typo-in-descrption-of-UpdateNotFor.patch (text/plain), 4.95 KB, created by
Owen Leonard
on 2026-01-05 17:47:21 UTC
(
hide
)
Description:
Bug 38876: Fixed typo in descrption of UpdateNotForLoanStatusOnCheckout
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-05 17:47:21 UTC
Size:
4.95 KB
patch
obsolete
>From 33e77e11d1296f719c42f57d5cae533fb59fb685 Mon Sep 17 00:00:00 2001 >From: Jessica Zairo <jzairo@bywatersolutions.com> >Date: Sat, 22 Nov 2025 02:54:50 +0000 >Subject: [PATCH] Bug 38876: Fixed typo in descrption of > UpdateNotForLoanStatusOnCheckout > >Test Plan >1. Before applying, navigate to administration->system preferences -> > UpdateNotForLoanStatusOnCheckout >2. Observe the language in the description "When an item is checked out, > if the not for loan value on the left matches the items not for loan > value it will be updated to the right-hand value" >3. Apply the patch >4. Navigate to administration->system preferences -> > UpdateNotForLoanStatusOnCheckout >5. Observe the language in the description has been updated to "When an > item is checked out, if its not for loan value matches the value on > the left, then the items not for loan value will be updated to the > value on the right" >6. Do a reset all and confirm the language is correct > >Signed-off-by: Andrew Auld <andrew.auld@openfifth.co.uk> >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > .../prog/en/modules/admin/preferences/circulation.pref | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 734150ba931..152a38cec49 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -846,7 +846,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('UpdateItemLostStatusWhenWriteoff', '0', NULL, 'Allows the status of lost items to be automatically changed to lost and paid for when written off', 'Integer'), > ('UpdateItemWhenLostFromHoldList','',NULL,'This is a list of values to update an item when it is marked as lost from the holds to pull screen','Free'), > ('UpdateNotForLoanStatusOnCheckin', '', 'NULL', 'This is a list of item types and value pairs.\nExamples:\n_ALL_:\n -1: 0\n\nCR:\n 1: 0\n\nWhen an item is checked in, if its item type matches CR then when the value on the left (1) matches the items not for loan value it will be updated to the value on the right.\n\nThe special term _ALL_ is used on the left side of the colon (:) to affect all item types. This does not override all other rules\n\nEach item type needs to be defined on a separate line on the left side of the colon (:).\nEach pair of not for loan values, for that item type, should be listed on separate lines below the item type, each indented by a leading space.', 'Free'), >-('UpdateNotForLoanStatusOnCheckout', '', 'NULL', 'This is a list of value pairs. When an item is checked out, if the not for loan value on the left matches the items not for loan value it will be updated to the right-hand value. E.g. ''-1: 0'' will cause an item that was set to ''Ordered'' to now be available for loan. Each pair of values should be on a separate line.', 'Free'), >+('UpdateNotForLoanStatusOnCheckout', '', 'NULL', 'This is a list of value pairs. When an item is checked out, if its not for loan value matches the value on the left, then the items not for loan value will be updated to the value on the right. \nE.g. ''-1: 0'' will cause an item that was set to ''Ordered'' to now be available for loan. Each pair of values should be on a separate line.', 'Free'), > ('UpdateTotalIssuesOnCirc','0',NULL,'Whether to update the totalissues field in the biblio on each circ.','YesNo'), > ('UploadPurgeTemporaryFilesDays','',NULL,'If not empty, number of days used when automatically deleting temporary uploads','integer'), > ('uppercasesurnames','0',NULL,'If ON, surnames are converted to upper case in patron entry form','YesNo'), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >index 82070552d6c..f666b105eb5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >@@ -551,8 +551,8 @@ Circulation: > type: textarea > syntax: text/x-yaml > class: code >- - This is a list of value pairs. When an item is checked out, if the not for loan value on the left matches the items not for loan value >- - "it will be updated to the right-hand value. For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan." >+ - "This is a list of value pairs. When an item is checked out, if its not for loan value matches the value on the left, then the item's not for loan value will be updated to the value on the right.<br/>" >+ - "For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan." > - Each pair of values should be on a separate line. > - > - When checking out an hourly loan that will be due after the library closes, >-- >2.39.5
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 38876
:
189891
|
189893
|
189900
|
190798
|
190799
|
190899
|
190900
|
190901
|
191030
|
191031
|
191032