dev_3.16.3_Lab_CheckIn_6718
haroon amjad 1 year ago
parent 7a1690e4ec
commit 89ed61d8f2

@ -1697,7 +1697,7 @@ class _ToDoState extends State<ToDo> with SingleTickerProviderStateMixin {
DoctorsListService service = new DoctorsListService();
service.autoGenerateAncillaryOrdersInvoice(ancillaryOrderList.orderNo, projectID, ancillaryOrderList.appointmentNo, selectedProcListAPI, projectViewModel.isArabic ? 1 : 2, context).then((res) {
GifLoaderDialogUtils.hideDialog(context);
showAlertDialog(res['AncillaryOrderInvoiceList'][0]['InvoiceNo']);
showAlertDialog(res['AncillaryOrderInvoiceList'][0]['PatientCallNo']);
}).catchError((err) {
GifLoaderDialogUtils.hideDialog(context);
AppToast.showErrorToast(message: err);

Loading…
Cancel
Save