status shifts changed

This commit is contained in:
José Salazar
2026-02-17 18:35:16 -05:00
parent b24096eec2
commit 9fb138c4ee

View File

@@ -100,7 +100,7 @@ class ClientCreateOrderRepositoryImpl implements ClientCreateOrderRepositoryInte
.state(hub.state)
.street(hub.street)
.country(hub.country)
.status(dc.ShiftStatus.PENDING)
.status(dc.ShiftStatus.CONFIRMED)
.workersNeeded(workersNeeded)
.filled(0)
.durationDays(1)
@@ -219,7 +219,7 @@ class ClientCreateOrderRepositoryImpl implements ClientCreateOrderRepositoryInte
.state(hub.state)
.street(hub.street)
.country(hub.country)
.status(dc.ShiftStatus.PENDING)
.status(dc.ShiftStatus.CONFIRMED)
.workersNeeded(workersNeeded)
.filled(0)
.durationDays(1)