1
0
Fork 0
mirror of synced 2025-04-09 12:02:04 +00:00

fix consignment

This commit is contained in:
Sergey 2017-07-18 12:16:48 +03:00
parent db784de369
commit eadf35edf5

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