From 8f12c3da1702efe907e09a145abee34db60afbcc Mon Sep 17 00:00:00 2001 From: "taha.alam" Date: Tue, 17 Dec 2024 15:43:46 +0300 Subject: [PATCH] WD: resolve attribute changed --- lib/core/service/patient_medical_file/soap/SOAP_service.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/core/service/patient_medical_file/soap/SOAP_service.dart b/lib/core/service/patient_medical_file/soap/SOAP_service.dart index 875cbc31..972b8a99 100644 --- a/lib/core/service/patient_medical_file/soap/SOAP_service.dart +++ b/lib/core/service/patient_medical_file/soap/SOAP_service.dart @@ -1328,9 +1328,7 @@ class SOAPService extends LookupService { (response['ListDiagnosisResolve']['resultData'] as List) .isNotEmpty) { success = true; - return; } - success = false; }, onFailure: (String error, int statusCode) { success = false; DrAppToastMsg.showErrorToast(error);