Bugzilla – Attachment 162667 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.23 KB, created by
Matthias Le Gac
on 2024-03-01 13:54:37 UTC
(
hide
)
Description:
Bug 35169: update DBupdate file
Filename:
MIME Type:
Creator:
Matthias Le Gac
Created:
2024-03-01 13:54:37 UTC
Size:
1.23 KB
patch
obsolete
>From e18a509c7459037a0e75199fe1af8f9a49b642b4 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 > >--- > 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 8d9cf8358d..680cd7928a 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.34.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 35169
:
162340
|
162345
|
162346
|
162611
|
162667
|
162688
|
163008
|
166121
|
166122
|
166123
|
166124
|
166125
|
166126
|
166127
|
166256