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), ), ), ],