hub order update ready
This commit is contained in:
@@ -147,7 +147,7 @@ class ClientCreateOrderRepositoryImpl
|
||||
}
|
||||
|
||||
await _dataConnect
|
||||
.updateOrder(id: orderId)
|
||||
.updateOrder(id: orderId, teamHubId: hub.id)
|
||||
.shifts(fdc.AnyValue(<String>[shiftId]))
|
||||
.execute();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user