Skip to content

Commit

Permalink
Merge branch 'releases/2-19-0' into releases/2-20-0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaspin committed May 1, 2024
2 parents f9701f6 + fe4361b commit 470b22f
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,9 @@ def writeXML(hReport)
end
end
end
# TODO the following will not work until the iso_evaluationMethodType codelist is added to mdCodes
# unless evaluationMethod[:evaluationMethodType].nil?
# @xml.tag!('mdq:evaluationMethodType') do
# codeListClass.writeXML('mcc', 'iso_evaluationMethodType', evaluationMethod[:evaluationMethodType])
# end
# end
@xml.tag!('mdq:evaluationMethodType') do
codeListClass.writeXML('mcc', 'iso_evaluationMethodType', evaluationMethod[:evaluationMethodType])
end
end
end
end # evaluationMethod
Expand Down

0 comments on commit 470b22f

Please sign in to comment.