Skip to content

Commit 37afdff

Browse files
committed
Add material number to view details section
1 parent 5cd5f79 commit 37afdff

File tree

1 file changed

+2
-0
lines changed
  • packages/fhir-group-management/src/components/CommodityList/Eusm

1 file changed

+2
-0
lines changed

packages/fhir-group-management/src/components/CommodityList/Eusm/ViewDetails.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ export const EusmViewDetails = (props: EusmViewDetailsProps) => {
6767
name,
6868
active,
6969
id,
70+
identifier,
7071
} = parseEusmCommodity(group, binaryQuery.data);
7172

7273
const keyValues = {
7374
[t('Product Id')]: id,
75+
[t('Material Number')]: identifier,
7476
[t('Name')]: name,
7577
[t('Active')]: active ? t('Active') : t('Disabled'),
7678
[t('Attractive item')]: attractive,

0 commit comments

Comments
 (0)