fix small

merge-requests/604/head
Elham Rababah 5 years ago
parent a91d64f103
commit 48471bbc07

@ -296,7 +296,7 @@ class _PatientSearchScreenNewState extends State<PatientSearchScreenNew> {
patientFileInfoController.text.isNotEmpty ? true : false, patientFileInfoController.text.isNotEmpty ? true : false,
isSearch: true, isSearch: true,
searchKey: patientFileInfoController.text, searchKey: patientFileInfoController.text,
isInpatient: selectedPatientType == PatientType.OutPatient && patientFileInfoController.text.isEmpty?false: true, isInpatient: selectedPatientType == PatientType.OutPatient?false: true,
), ),
), ),
); );

Loading…
Cancel
Save