Skip to content

Commit

Permalink
[14543] Fix parsing ref val female
Browse files Browse the repository at this point in the history
  • Loading branch information
col-panic committed Oct 2, 2018
1 parent eee9278 commit 7075b58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -305,7 +305,7 @@ protected void okPressed(){
}

String refValMale = iRef.getText();
String refValFemale = iRef.getText();
String refValFemale = iRfF.getText();
if (noRefValues.getSelection()) {
refValMale = LabItem.REFVAL_INCONCLUSIVE;
refValFemale = LabItem.REFVAL_INCONCLUSIVE;
Expand Down

0 comments on commit 7075b58

Please sign in to comment.