Fixing update in update_note

roaa_schedule_design
RoaaGhali98 4 years ago
parent 7812d5081e
commit 17a6ec5795

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

Loading…
Cancel
Save