1
0
Fork 0
mirror of synced 2025-04-06 22:53:36 +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;
}