Bugzilla – Attachment 135279 Details for
Bug 23659
Allow hold pickup location to default to item home branch for item-level holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23659: (follow-up) Correct syspref.sql to match atomicupdate
Bug-23659-follow-up-Correct-sysprefsql-to-match-at.patch (text/plain), 1.97 KB, created by
Martin Renvoize (ashimema)
on 2022-05-23 15:21:07 UTC
(
hide
)
Description:
Bug 23659: (follow-up) Correct syspref.sql to match atomicupdate
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-05-23 15:21:07 UTC
Size:
1.97 KB
patch
obsolete
>From 40fbaabf579b65d643f2b53efed0ba63f7853847 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 23 May 2022 12:59:03 +0000 >Subject: [PATCH] Bug 23659: (follow-up) Correct syspref.sql to match > atomicupdate > >Missed updating this file when I added another option and renamed another > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 1065b441f1..a15eb6c112 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -164,7 +164,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('DefaultHoldExpirationdate','0','','Automatically set expiration date for holds','YesNo'), > ('DefaultHoldExpirationdatePeriod','0','','How long into the future default expiration date is set to be.','integer'), > ('DefaultHoldExpirationdateUnitOfTime','days','days|months|years','Which unit of time is used when setting the default expiration date. ','choice'), >-('DefaultHoldPickupLocation','loggedinlibrary','loggedinlibrary|homelibrary','Which branch should a hold pickup location default to. ','choice'), >+('DefaultHoldPickupLocation','loggedinlibrary','loggedinlibrary|homebranch|holdingbranch','Which branch should a hold pickup location default to. ','choice'), > ('DefaultLanguageField008','','','Fill in the default language for field 008 Range 35-37 of MARC21 records (e.g. eng, nor, ger, see <a href=\"http://www.loc.gov/marc/languages/language_code.html\">MARC Code List for Languages</a>)','Free'), > ('DefaultLongOverdueSkipLostStatuses', '', NULL, 'Skip these lost statuses by default in longoverdue.pl', 'Free'), > ('DefaultLongOverdueChargeValue', '', NULL, "Charge a lost item to the borrower's account when the LOST value of the item changes to n.", 'integer'), >-- >2.20.1
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 23659
:
135120
|
135204
|
135263
|
135278
| 135279