fix: include all board services when importing travel data
This commit is contained in:
@@ -394,7 +394,7 @@ class DateImportService implements SingletonInterface, LoggerAwareInterface
|
||||
$date['services_included'] = serialize($includedServices);
|
||||
|
||||
if ($includedBoard) {
|
||||
$date['board'] = reset($includedBoard);
|
||||
$date['board'] = implode(', ', $includedBoard);
|
||||
$date['board_bus_pro_id'] = key($includedBoard);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user