Bugfix www/pages/shopimporter_shopware6.php typo
This commit is contained in:
parent
6df7be74b7
commit
1a343b4b55
|
|
@ -3017,7 +3017,7 @@ class Shopimporter_Shopware6 extends ShopimporterBase
|
||||||
|
|
||||||
$ordersToProcess = $this->getOrdersToProcess($this->getOrderSearchLimit());
|
$ordersToProcess = $this->getOrdersToProcess($this->getOrderSearchLimit());
|
||||||
|
|
||||||
return (!empty(count($ordersToProcess['data'])?count($ordersToProcess['data']):0);
|
return (!empty(count($ordersToProcess['data'])?count($ordersToProcess['data']):0));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue