remove todo

merge-requests/742/head
Elham Rababah 5 years ago
parent 7b71bd752f
commit 7f3ae19fd2

@ -68,8 +68,6 @@ class _PatientInPatientScreenState extends State<PatientInPatientScreen>
if (widget.specialClinic != null)
await model.getSpecialClinicalCareMappingList(
widget.specialClinic.clinicID);
//TODO Elham* check why he call it without await and handel the special clinic part.
model.getInPatientList(requestModel);
},
builder: (_, model, w) =>

Loading…
Cancel
Save