fix operation_report_servive.dart

merge-requests/997/head
Elham Rababh 4 years ago
parent 092cfbc891
commit 6bdb2a1600

@ -20,7 +20,7 @@ class OperationReportService extends BaseService {
{GetReservationsRequestModel getReservationsRequestModel,
int patientId}) async {
getReservationsRequestModel =
GetReservationsRequestModel(patientID: patientId, doctorID: "");
GetReservationsRequestModel(patientID: patientId);
hasError = false;
await baseAppClient.post(GET_RESERVATIONS,

Loading…
Cancel
Save