fix : DA-333

merge-requests/290/head
Elham Rababah 5 years ago
parent e652752729
commit f84902b73b

@ -472,10 +472,21 @@ class _PatientSearchScreenState extends State<PatientSearchScreen> {
); );
}).toList(); }).toList();
}, },
onChanged: (String newValue) => { onChanged: (String newValue) {
setState(() { setState(() {
_selectedLocation = newValue; _selectedLocation = newValue;
}) });
if (newValue == '1')
{
_patientSearchFormValues
.PatientOutSA = false;
}
else
{
_patientSearchFormValues
.PatientOutSA = true;
}
}, },
items: LOCATIONS.map((item) { items: LOCATIONS.map((item) {
!projectsProvider.isArabic !projectsProvider.isArabic

Loading…
Cancel
Save