fix consignment (#22)
This commit is contained in:
parent
db784de369
commit
7bb2b4101f
@ -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…
x
Reference in New Issue
Block a user