Bugzilla – Attachment 110635 Details for
Bug 25958
Allow LongOverdue cron to exclude specified lost values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25958 - Allow LongOverdue cron to exclude specified lost values [20.05.x]
Bug-25958---Allow-LongOverdue-cron-to-exclude-spec.patch (text/plain), 1.23 KB, created by
Mason James
on 2020-09-24 02:20:36 UTC
(
hide
)
Description:
Bug 25958 - Allow LongOverdue cron to exclude specified lost values [20.05.x]
Filename:
MIME Type:
Creator:
Mason James
Created:
2020-09-24 02:20:36 UTC
Size:
1.23 KB
patch
obsolete
>From 046510410d1af6667191dc10efe6e00b8f642756 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Thu, 24 Sep 2020 14:16:49 +1200 >Subject: [PATCH] Bug 25958 - Allow LongOverdue cron to exclude specified lost > values [20.05.x] >Content-Type: text/plain; charset="utf-8" > >fix sql typo, https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25958#c15 >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 1422c8b..f35ba70 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -22387,7 +22387,7 @@ $DBversion = '20.05.03.001'; > if( CheckVersion( $DBversion ) ) { > $dbh->do(q{ > INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >- ('DefaultLongOverdueSkipLostStatuses', '', NULL, 'Skip these lost statuses by default in longoverdue.pl', 'Free'), >+ ('DefaultLongOverdueSkipLostStatuses', '', NULL, 'Skip these lost statuses by default in longoverdue.pl', 'Free') > }); > > NewVersion( $DBversion, 25958, "Allow LongOverdue cron to exclude specified lost values"); >-- >2.1.4
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 25958
:
107461
|
107538
|
108592
|
108933
|
108934
|
109028
|
109029
| 110635