merge-update-with-lab-changes
haroon amjad 1 year ago
parent db91921de1
commit 92ccbaa2b5

@ -1465,7 +1465,7 @@ class _ToDoState extends State<ToDo> with SingleTickerProviderStateMixin {
}).catchError((err) {
print(err);
GifLoaderDialogUtils.hideDialog(context);
AppToast.showErrorToast(message: err);
AppToast.showErrorToast(message: err.toString());
});
}

@ -1734,7 +1734,7 @@ class AuthProvider with ChangeNotifier {
Request req = appGlobal.getPublicRequest();
request = {
"PatientOutSA": zipCode == '+966' ? 0 : 1,
"PatientOutSA": zipCode == '966' ? 0 : 1,
"PatientMobileNumber": mobileNo,
"SearchType": 2,
"ZipCode": zipCode,

Loading…
Cancel
Save