diff --git a/lib/client/base_app_client.dart b/lib/client/base_app_client.dart index 3914dce6..6677d305 100644 --- a/lib/client/base_app_client.dart +++ b/lib/client/base_app_client.dart @@ -31,14 +31,13 @@ class BaseAppClient { if (body['DoctorID'] == "") body['DoctorID'] = null; if (body['EditedBy'] == null) body['EditedBy'] = doctorProfile?.doctorID; - // if (body['ProjectID'] == null) { - // body['ProjectID'] = 15;//doctorProfile?.projectID; - // } + if (body['ProjectID'] == null) { + body['ProjectID'] = doctorProfile?.projectID; + } if (body['ClinicID'] == null) body['ClinicID'] = doctorProfile?.clinicID; } - body['ProjectID'] = 15; if (body['DoctorID'] == '') { body['DoctorID'] = null; }