|
|
|
@ -306,7 +306,7 @@ class CreateRequestPageState extends State<CreateRequestPage> {
|
|
|
|
Fluttertoast.showToast(msg: _subtitle.pickDevice);
|
|
|
|
Fluttertoast.showToast(msg: _subtitle.pickDevice);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (_serviceRequest.firstAction != null && _dateTime == null) {
|
|
|
|
if (_serviceRequest.firstAction.name == "Need a visit" && _dateTime == null) {
|
|
|
|
Fluttertoast.showToast(msg: _subtitle.noDateFound);
|
|
|
|
Fluttertoast.showToast(msg: _subtitle.noDateFound);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|