Bugzilla – Attachment 135464 Details for
Bug 30539
Koha upgrade error "Column 'claimed_on' cannot be null"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30539: (bug 24161 follow-up) Fix typo in DBrev
Bug-30539-bug-24161-follow-up-Fix-typo-in-DBrev.patch (text/plain), 938 bytes, created by
Jonathan Druart
on 2022-05-31 05:59:48 UTC
(
hide
)
Description:
Bug 30539: (bug 24161 follow-up) Fix typo in DBrev
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-05-31 05:59:48 UTC
Size:
938 bytes
patch
obsolete
>From 9b3ca2e9bb925f5b8eb59e8c5ecf11a297561afb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 31 May 2022 07:58:59 +0200 >Subject: [PATCH] Bug 30539: (bug 24161 follow-up) Fix typo in DBrev > >--- > 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 40cc2b22489..811b7ee632c 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -22062,7 +22062,7 @@ if( CheckVersion( $DBversion ) ) { > > for my $order ( @$orders ) { > for my $claim (1..$order->{claims_count}) { >- $insert_claim_sth->execute($order->{ordernumber}, $order->{claimed_on}); >+ $insert_claim_sth->execute($order->{ordernumber}, $order->{claimed_date}); > } > } > >-- >2.25.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 30539
:
135464
|
135516
|
135735