Bugzilla – Attachment 104832 Details for
Bug 25478
Inconsistent naming of account_credit_type for lost and returned items [19.11 Version]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25478: (25389 backport) Correct original DB update for bug 22563
Bug-25478-25389-backport-Correct-original-DB-updat.patch (text/plain), 1.06 KB, created by
Martin Renvoize (ashimema)
on 2020-05-13 10:02:30 UTC
(
hide
)
Description:
Bug 25478: (25389 backport) Correct original DB update for bug 22563
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-05-13 10:02:30 UTC
Size:
1.06 KB
patch
obsolete
>From 0f5adec0035927ce7ea6d783fd637aed2feffff8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 13 May 2020 10:50:15 +0100 >Subject: [PATCH] Bug 25478: (25389 backport) Correct original DB update for > bug 22563 > >(cherry picked from commit ed564837a64a45bfd1551ab54417daf0a3b9c559) >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 1648a48771..46dbf63d06 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -19001,7 +19001,7 @@ if ( CheckVersion($DBversion) ) { > UPDATE > accountlines > SET >- accounttype = 'LOST_RETURNED' >+ accounttype = 'LOST_RETURN' > WHERE > accounttype = 'CR'; > }); >-- >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 25478
: 104832 |
104833
|
104834