Merge branch 'roaa_schedule_design' into 'development'

Fixing update in update_note

See merge request Cloud_Solution/doctor_app_flutter!971
merge-requests/973/head
Elham Ali 3 years ago
commit d22ea2e2fa

@ -93,8 +93,8 @@ class _UpdateNoteOrderState extends State<UpdateNoteOrder> {
progressNoteController.text = widget.note.notes; progressNoteController.text = widget.note.notes;
if(selectValue==null) if(selectValue==null)
selectValue={}; selectValue={};
selectValue['parameterCode'] = widget.note.condition; selectValue['ParameterCode'] = widget.note.condition;
selectValue['description'] = widget.note.conditionDescription; selectValue['Description'] = widget.note.conditionDescription;
} }

Loading…
Cancel
Save