From 6c806aeccd8ae4c2d6a9339b2d0ad862ecfa7622 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Thu, 16 Apr 2026 22:07:00 +0300 Subject: [PATCH] no message --- .../service/patient_medical_file/lab_order/labs_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/service/patient_medical_file/lab_order/labs_service.dart b/lib/core/service/patient_medical_file/lab_order/labs_service.dart index 8d41cd54..4272f5b7 100644 --- a/lib/core/service/patient_medical_file/lab_order/labs_service.dart +++ b/lib/core/service/patient_medical_file/lab_order/labs_service.dart @@ -96,7 +96,7 @@ class LabsService extends BaseService { body['OrderNo'] = patientLabOrder.orderNo; body['isDentalAllowedBackend'] = false; body['SetupID'] = patientLabOrder.setupID; - // body['ProjectID'] = patientLabOrder.projectID; commented as per backend request + body['ProjectID'] = patientLabOrder.projectID; body['ClinicID'] = patientLabOrder.clinicID ?? 0; body['InvoiceType'] = patientLabOrder.invoiceType ?? ""; await baseAppClient.postPatient(url, patient: patient, onSuccess: (dynamic response, int statusCode) {