We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd5f79 commit 37afdffCopy full SHA for 37afdff
packages/fhir-group-management/src/components/CommodityList/Eusm/ViewDetails.tsx
@@ -67,10 +67,12 @@ export const EusmViewDetails = (props: EusmViewDetailsProps) => {
67
name,
68
active,
69
id,
70
+ identifier,
71
} = parseEusmCommodity(group, binaryQuery.data);
72
73
const keyValues = {
74
[t('Product Id')]: id,
75
+ [t('Material Number')]: identifier,
76
[t('Name')]: name,
77
[t('Active')]: active ? t('Active') : t('Disabled'),
78
[t('Attractive item')]: attractive,
0 commit comments