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['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;
}

Loading…
Cancel
Save