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( child: AppTextFieldCustom(
hintText: TranslationBase.of(context).boxQuantity, hintText: TranslationBase.of(context).boxQuantity,
isTextFieldHasSuffix: false, isTextFieldHasSuffix: false,
dropDownText: box != null dropDownText: box != null?
? TranslationBase.of(context).boxQuantity +
": " +
model.boxQuintity.toString() model.boxQuintity.toString()
: null, : null,
enabled: false, enabled: false,

Loading…
Cancel
Save