fix add prescription issue

merge-requests/753/head
Mohammad Aljammal 5 years ago
parent e70eabe68d
commit d879f1da77

@ -592,9 +592,7 @@ class _PrescriptionFormWidgetState extends State<PrescriptionFormWidget> {
child: AppTextFieldCustom(
hintText: TranslationBase.of(context).boxQuantity,
isTextFieldHasSuffix: false,
dropDownText: box != null
? TranslationBase.of(context).boxQuantity +
": " +
dropDownText: box != null?
model.boxQuintity.toString()
: null,
enabled: false,

Loading…
Cancel
Save