fix error in display name generating poly-heirarchical code systems

This commit is contained in:
Grahame Grieve 2019-12-20 08:01:01 +11:00
parent 9e62243e67
commit 68b1c3129b
1 changed files with 1 additions and 1 deletions

View File

@ -3627,7 +3627,7 @@ public class NarrativeGenerator implements INarrativeGenerator {
a.addText(cc.getCode());
if (hasDisplay) {
td = tr.td();
renderDisplayName(c, cs, lang, td);
renderDisplayName(cc, cs, lang, td);
}
int w = 1 + (deprecated ? 1 : 0) + (comment ? 1 : 0) + (version ? 1 : 0) + maps.size();
if (properties != null) {