1
0
mirror of synced 2025-03-14 00:36:15 +03:00

fix consignment (#22)

This commit is contained in:
Sergey 2017-07-26 17:20:31 +03:00 committed by Alex Lushpai
parent db784de369
commit 7bb2b4101f

View File

@ -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;
}