diff --git a/www/pages/shopimport.php b/www/pages/shopimport.php index 4b166335..0a1112d1 100644 --- a/www/pages/shopimport.php +++ b/www/pages/shopimport.php @@ -1643,7 +1643,7 @@ class Shopimport $this->drawShopOrderTable($deletedRows); } else { - return $count+(isset($gesamtanzahl)?$gesamtanzahl:0); + return $count+(is_numeric($gesamtanzahl)?$gesamtanzahl:0); } }