From 89ed61d8f2569634b2da3b41840a2ea5364e2747 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Thu, 23 Jan 2025 16:25:16 +0300 Subject: [PATCH] updates --- lib/pages/ToDoList/ToDo.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/ToDoList/ToDo.dart b/lib/pages/ToDoList/ToDo.dart index efdfaf0a..8e1914b4 100644 --- a/lib/pages/ToDoList/ToDo.dart +++ b/lib/pages/ToDoList/ToDo.dart @@ -1697,7 +1697,7 @@ class _ToDoState extends State 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);