From a82a3fa38db82ab94ac6c2da623a413ae384f42b Mon Sep 17 00:00:00 2001 From: hussam al-habibeh Date: Tue, 4 May 2021 17:50:55 +0300 Subject: [PATCH] add prescription changes --- lib/screens/prescription/add_prescription_form.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/prescription/add_prescription_form.dart b/lib/screens/prescription/add_prescription_form.dart index 71cdd1e4..d372e548 100644 --- a/lib/screens/prescription/add_prescription_form.dart +++ b/lib/screens/prescription/add_prescription_form.dart @@ -1152,7 +1152,7 @@ class _PrescriptionFormWidgetState extends State { if (frequency == null || strengthController .text == - null || + "" || doseTime == null || duration == null || selectedDate == null) {