diff --git a/lib/screens/prescription/add_prescription_form.dart b/lib/screens/prescription/add_prescription_form.dart index 0153ebd5..cb9978d4 100644 --- a/lib/screens/prescription/add_prescription_form.dart +++ b/lib/screens/prescription/add_prescription_form.dart @@ -290,6 +290,7 @@ class _PrescriptionFormWidgetState extends State { strength: double.parse( strengthController .text)); + box = model.boxQuintity; return; } @@ -424,6 +425,7 @@ class _PrescriptionFormWidgetState extends State { strength: double.parse( strengthController .text)); + box = model.boxQuintity; return; }