mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-03-05 22:49:48 +01:00
Bugfix www/pages/shopimporter_shopware6.php
This commit is contained in:
parent
d41745ceda
commit
b5926ee039
@ -3017,7 +3017,7 @@ class Shopimporter_Shopware6 extends ShopimporterBase
|
||||
|
||||
$ordersToProcess = $this->getOrdersToProcess($this->getOrderSearchLimit());
|
||||
|
||||
return count($ordersToProcess['data']);
|
||||
return (!empty(count($ordersToProcess['data'])?count($ordersToProcess['data']):0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user