From b1ec91b20acd436bd259ad04b5c3b57329785979 Mon Sep 17 00:00:00 2001 From: hussam al-habibeh Date: Sun, 4 Apr 2021 12:54:17 +0300 Subject: [PATCH] Design Fixes --- lib/screens/prescription/add_prescription_form.dart | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/screens/prescription/add_prescription_form.dart b/lib/screens/prescription/add_prescription_form.dart index 7431279a..1330dae4 100644 --- a/lib/screens/prescription/add_prescription_form.dart +++ b/lib/screens/prescription/add_prescription_form.dart @@ -524,11 +524,7 @@ class _PrescriptionFormWidgetState extends State { 'description'] : null, true), - enabled: - model.itemMedicineListUnit != - null - ? false - : true), + enabled: false), ), ), ],