Merge branch 'develop'
This commit is contained in:
@@ -377,6 +377,7 @@ class DateImportService implements SingletonInterface, LoggerAwareInterface
|
|||||||
$includedPersonnel = $this->parseSelectionGroup($xmlDate, 'Leistungen Personal');
|
$includedPersonnel = $this->parseSelectionGroup($xmlDate, 'Leistungen Personal');
|
||||||
$includedEvents = $this->parseSelectionGroup($xmlDate, 'Leistungen Events');
|
$includedEvents = $this->parseSelectionGroup($xmlDate, 'Leistungen Events');
|
||||||
$includedOther = $this->parseSelectionGroup($xmlDate, 'Leistungen Sonstige');
|
$includedOther = $this->parseSelectionGroup($xmlDate, 'Leistungen Sonstige');
|
||||||
|
$includedCourses = $this->parseSelectionGroup($xmlDate, 'Leistungen Kurse');
|
||||||
|
|
||||||
$includedServices = [
|
$includedServices = [
|
||||||
...$includedAccommodation,
|
...$includedAccommodation,
|
||||||
@@ -384,6 +385,7 @@ class DateImportService implements SingletonInterface, LoggerAwareInterface
|
|||||||
...$includedTransportation,
|
...$includedTransportation,
|
||||||
...$includedBoard,
|
...$includedBoard,
|
||||||
...$includedProgramme,
|
...$includedProgramme,
|
||||||
|
...$includedCourses,
|
||||||
...$includedEvents,
|
...$includedEvents,
|
||||||
...$includedPersonnel,
|
...$includedPersonnel,
|
||||||
...$includedOther,
|
...$includedOther,
|
||||||
|
|||||||
Reference in New Issue
Block a user