From bd362cb0f69213464c6d319b6122f4943e648603 Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Tue, 4 Mar 2025 15:56:03 +0300 Subject: [PATCH] bug 706 fixed. --- lib/views/pages/user/ppm/update_ppm/wo_info_form.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/pages/user/ppm/update_ppm/wo_info_form.dart b/lib/views/pages/user/ppm/update_ppm/wo_info_form.dart index 69e7deb2..a5e23ea4 100644 --- a/lib/views/pages/user/ppm/update_ppm/wo_info_form.dart +++ b/lib/views/pages/user/ppm/update_ppm/wo_info_form.dart @@ -175,7 +175,7 @@ class _WoInfoFormState extends State { selectedTime.minute, ); setState(() { - widget.planPreventiveVisit.acutalDateOfVisit = selectedDate; + widget.planPreventiveVisit.acutalDateOfVisit = selectedDateTime; }); } });