return base app client

merge-requests/668/head
Elham Rababah 5 years ago
parent 9b34c2c833
commit d574dd0b16

@ -31,14 +31,13 @@ class BaseAppClient {
if (body['DoctorID'] == "") body['DoctorID'] = null; if (body['DoctorID'] == "") body['DoctorID'] = null;
if (body['EditedBy'] == null) if (body['EditedBy'] == null)
body['EditedBy'] = doctorProfile?.doctorID; body['EditedBy'] = doctorProfile?.doctorID;
// if (body['ProjectID'] == null) { if (body['ProjectID'] == null) {
// body['ProjectID'] = 15;//doctorProfile?.projectID; body['ProjectID'] = doctorProfile?.projectID;
// } }
if (body['ClinicID'] == null) if (body['ClinicID'] == null)
body['ClinicID'] = doctorProfile?.clinicID; body['ClinicID'] = doctorProfile?.clinicID;
} }
body['ProjectID'] = 15;
if (body['DoctorID'] == '') { if (body['DoctorID'] == '') {
body['DoctorID'] = null; body['DoctorID'] = null;
} }

Loading…
Cancel
Save