merge-requests/329/head
hussam al-habibeh 5 years ago
parent 066ac94d4a
commit eb88bea880

@ -259,6 +259,11 @@ class _UpdateProcedureWidgetState extends State<UpdateProcedureWidget> {
.updateProcedure .updateProcedure
.toUpperCase(), .toUpperCase(),
onPressed: () { onPressed: () {
if (entityList.isEmpty == true) {
DrAppToastMsg.showErrorToast(
"Fill the mandatory procedure details");
return;
}
Navigator.pop(context); Navigator.pop(context);
updateProcedure( updateProcedure(
orderNo: widget.orderNo, orderNo: widget.orderNo,

Loading…
Cancel
Save