From cb3825707d2b1b6f65ea4cc7e8f5c76ee3ae3d70 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Thu, 16 Apr 2026 22:29:01 +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..75a97373 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) {