diff --git a/MoySkladICMLParser.php b/MoySkladICMLParser.php index a927f59..f2bea37 100644 --- a/MoySkladICMLParser.php +++ b/MoySkladICMLParser.php @@ -232,7 +232,8 @@ class MoySkladICMLParser if ($response && $response['rows']) { foreach ($response['rows'] as $assortiment) { if (!empty($assortiment['modificationsCount']) || - $assortiment['meta']['type'] == 'service') { + $assortiment['meta']['type'] == 'service' || + $assortiment['meta']['type'] == 'consignment') { continue; }