fix consignment (#22)
This commit is contained in:
parent
db784de369
commit
7bb2b4101f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue