Bugzilla – Attachment 187581 Details for
Bug 39802
Add CircControl equivalent system preference for lost item fees and actions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39802: Add LostChargesControl system preference
Bug-39802-Add-LostChargesControl-system-preference.patch (text/plain), 2.94 KB, created by
Andrew Fuerste-Henry
on 2025-10-08 13:54:37 UTC
(
hide
)
Description:
Bug 39802: Add LostChargesControl system preference
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-10-08 13:54:37 UTC
Size:
2.94 KB
patch
obsolete
>From 978cea1903223213207749071c086585f31ad716 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 5 Aug 2025 15:50:31 +0000 >Subject: [PATCH] Bug 39802: Add LostChargesControl system preference > >Signed-off-by: Trevor Diamond <trevor.diamond@mainlib.org> >--- > installer/data/mysql/mandatory/sysprefs.sql | 1 + > .../prog/en/modules/admin/preferences/circulation.pref | 9 +++++++++ > 2 files changed, 10 insertions(+) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 0d77d5ba947..7567f6d3723 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -403,6 +403,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('LocalHoldsPriorityItemControl', 'holdingbranch', 'holdingbranch|homebranch', 'decides if the feature operates using the item''s home or holding library.', 'Choice'), > ('LocalHoldsPriorityPatronControl', 'PickupLibrary', 'HomeLibrary|PickupLibrary', 'decides if the feature operates using the library set as the patron''s home library, or the library set as the pickup library for the given hold.', 'Choice'), > ('LockExpiredDelay','','','Delay for locking expired patrons (empty means no locking)','Integer'), >+('LostChargesControl','ItemHomeLibrary','PickupLibrary|PatronLibrary|ItemHomeLibrary','Specify the agency that controls the charges for items being marked lost','Choice'), > ('makePreviousSerialAvailable','0','','make previous serial automatically available when collecting a new serial. Please note that the item-level_itypes syspref must be set to specific item.','YesNo'), > ('Mana','2',NULL,'request to Mana Webservice. Mana centralize common information between other Koha to facilitate the creation of new subscriptions, vendors, report queries etc... You can search, share, import and comment the content of Mana.','Choice'), > ('ManaToken','',NULL,'Security token used for authentication on Mana KB service (anti spam)','Textarea'), >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..38f055d1af9 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 >@@ -1234,6 +1234,15 @@ Circulation: > - pref: ProcessingFeeNote > type: textarea > class: code >+ - >+ - Use the lost charge rules of >+ - pref: LostChargesControl >+ type: choice >+ choices: >+ PickupLibrary: the library you are logged in at >+ PatronLibrary: the library the patron is from >+ ItemHomeLibrary: the library the item is from >+ - . > Self check-in module: > - > - pref: SelfCheckInModule >-- >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 39802
:
185160
|
185161
|
185162
|
185165
|
187569
|
187570
|
187571
|
187572
| 187581