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>
This commit is contained in:
parent
7704f51d51
commit
dc7a191db3
1 changed files with 1 additions and 1 deletions
|
@ -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});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue