Bugzilla – Attachment 104666 Details for
Bug 25184
Items with a negative notforloan status should not be captured for holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25184: (RM follow-up) Syntax error correction
Bug-25184-RM-follow-up-Syntax-error-correction.patch (text/plain), 1.17 KB, created by
Martin Renvoize (ashimema)
on 2020-05-11 10:11:32 UTC
(
hide
)
Description:
Bug 25184: (RM follow-up) Syntax error correction
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-05-11 10:11:32 UTC
Size:
1.17 KB
patch
obsolete
>From 575878f0fbfbd4f222cd8a9d5f9b4704ca1ad19d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 11 May 2020 11:10:41 +0100 >Subject: [PATCH] Bug 25184: (RM follow-up) Syntax error correction > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 0e75d2e75a..d751465be5 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -22051,7 +22051,7 @@ $DBversion = '19.12.00.087'; > if( CheckVersion( $DBversion ) ) { > $dbh->do(q{ > INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >- ('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo't c) >+ ('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo') > }); > > NewVersion( $DBversion, 25184, "Items with a negative notforloan status should not be captured for holds"); >-- >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 25184
:
103177
|
103180
|
103185
|
103396
|
103397
|
104449
|
104450
| 104666