Claculate Box Quantity while adding prescrption

merge-requests/337/head
hussam al-habibeh 4 years ago
parent aa7b18dbb0
commit 8d8aa78ccb

@ -666,7 +666,9 @@ class _UpdatePrescriptionFormState extends State<UpdatePrescriptionForm> {
child: TextField(
decoration: Helpers
.textFieldSelectorDecoration(
widget.startDate,
Helpers.getDateFormatted(
DateTime.parse(
widget.startDate)),
selectedDate != null
? "${DateUtils.convertStringToDateFormat(selectedDate.toString(), "yyyy-MM-dd")}"
: null,

Loading…
Cancel
Save