Fixing some design issues in refer-patient-screen-in-patient and refer-patient-screen

merge-requests/976/head
RoaaGhali98 3 years ago
parent 177a2e8bc4
commit 81d3aa5ad1

@ -190,6 +190,7 @@ class _PatientMakeReferralScreenState extends State<PatientMakeReferralScreen> {
} else {
doctorError = null;
}
if (appointmentDate == null ||
_selectedBranch == null ||
_selectedClinic == null ||
@ -207,10 +208,8 @@ class _PatientMakeReferralScreenState extends State<PatientMakeReferralScreen> {
DrAppToastMsg.showSuccesToast(
TranslationBase.of(context).referralSuccessMsg);
Navigator.pop(context);
});
}
),
}),
],
),
),

Loading…
Cancel
Save