WIP: Improve assignment overview for teamers in mobile view

This commit is contained in:
Björn Fromme
2023-10-20 12:47:03 +02:00
parent 7f3115a0ba
commit fd23ea7503
8 changed files with 127 additions and 75 deletions
+2
View File
@@ -93,6 +93,7 @@ class BpnImportCommand extends Command
'date_to' => $dateTo->format('Y-m-d'),
'product' => $product,
'pickups' => json_encode($datePickups),
'country' => $hotel->getCountry(),
], [
'id' => $id,
'hotel_bus_pro_id' => $hotelBusProId,
@@ -112,6 +113,7 @@ class BpnImportCommand extends Command
'hotel_code' => $hotel->getCode(),
'hotel_bus_pro_id' => $hotelBusProId,
'pickups' => json_encode($datePickups),
'country' => $hotel->getCountry(),
])
;
++$addedCount;