mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
bugfix shopimport $gesamtanzahl is string, should be int
This commit is contained in:
parent
35c5421b96
commit
ae4ceda258
@ -1643,7 +1643,7 @@ class Shopimport
|
||||
$this->drawShopOrderTable($deletedRows);
|
||||
} else
|
||||
{
|
||||
return $count+(isset($gesamtanzahl)?$gesamtanzahl:0);
|
||||
return $count+(is_numeric($gesamtanzahl)?$gesamtanzahl:0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user