From 5b1644c2e2ad727c7cc852e7ddcf6e1960606b96 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 31 May 2022 07:58:59 +0200 Subject: [PATCH] Bug 30539: (bug 24161 follow-up) Fix typo in DBrev Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- 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 40cc2b2248..811b7ee632 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.30.2