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

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

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

Loading…
Cancel
Save