Include additional services category
This commit is contained in:
@@ -575,9 +575,9 @@ class ImportService implements SingletonInterface
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Skip services of subcategory 'SON' and 'EIN'
|
// Skip services of subcategory 'EIN'
|
||||||
$type = (string) $service->attributes()['unterart'];
|
$type = (string) $service->attributes()['unterart'];
|
||||||
if ($type === 'SON' || $type === 'EIN') {
|
if ($type === 'EIN') {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+3
-1
@@ -27,7 +27,8 @@
|
|||||||
VPF: [],
|
VPF: [],
|
||||||
SPA: [],
|
SPA: [],
|
||||||
KUR: [],
|
KUR: [],
|
||||||
VER: []
|
VER: [],
|
||||||
|
SON: [],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -40,6 +41,7 @@
|
|||||||
SPA: 'Skipass',
|
SPA: 'Skipass',
|
||||||
KUR: 'Kurse',
|
KUR: 'Kurse',
|
||||||
VER: 'Verleih',
|
VER: 'Verleih',
|
||||||
|
SON: 'Sonstiges',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user