Bugzilla – Attachment 166124 Details for
Bug 35169
Make long overdue patron category options configurable in interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35169: update DBupdate file
Bug-35169-update-DBupdate-file.patch (text/plain), 1.29 KB, created by
Kyle M Hall (khall)
on 2024-05-03 14:11:22 UTC
(
hide
)
Description:
Bug 35169: update DBupdate file
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-05-03 14:11:22 UTC
Size:
1.29 KB
patch
obsolete
>From e52ad8ab88d8649a408182c54d29b6534b1a1489 Mon Sep 17 00:00:00 2001 >From: Matthias Le Gac <matthias.le-gac@inlibro.com> >Date: Fri, 1 Mar 2024 08:53:43 -0500 >Subject: [PATCH] Bug 35169: update DBupdate file > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > installer/data/mysql/atomicupdate/bug_35169.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_35169.pl b/installer/data/mysql/atomicupdate/bug_35169.pl >index 8d9cf8358d8..680cd7928a4 100755 >--- a/installer/data/mysql/atomicupdate/bug_35169.pl >+++ b/installer/data/mysql/atomicupdate/bug_35169.pl >@@ -11,8 +11,8 @@ return { > $dbh->do( > q{ > INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES >- ('DefaultLongOverdueBorrowerCategories', '', NULL, NULL, NULL), >- ('DefaultLongOverdueSkipBorrowerCategories', '', NULL, NULL, NULL); >+ ('DefaultLongOverdueBorrowerCategories', '', NULL, 'Set the borrower categories that will be listed when longoverdue cronjob is executed', 'choice'), >+ ('DefaultLongOverdueSkipBorrowerCategories', '', NULL, 'Set the borrower categories that will not be listed when longoverdue cronjob is executed', 'choice'); > } > ); > >-- >2.30.2
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 35169
:
162340
|
162345
|
162346
|
162611
|
162667
|
162688
|
163008
|
166121
|
166122
|
166123
| 166124 |
166125
|
166126
|
166127
|
166256