Bug 30539: (bug 24161 follow-up) Fix typo in DBrev

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit dc7a191db3)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2022-05-31 07:58:59 +02:00 committed by Lucas Gass
parent 7c872c1968
commit 4d6abdfeac

View file

@ -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});
}
}