Skip to content

Commit 9b482a0

Browse files
committed
Modified Pairing Observation's drop down listings
menus.
1 parent fc8f22f commit 9b482a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

onprc_ehr/resources/queries/study/Pairings.query.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</column>
2727
<column columnName="other_IDs">
2828
<isHidden>false</isHidden>
29-
<columnTitle>Other ID</columnTitle>
29+
<columnTitle>Other IDs</columnTitle>
3030
</column>
3131
<column columnName="other_infant">
3232
<isHidden>false</isHidden>

onprc_ehr/resources/web/onprc_ehr/model/sources/Pairing_Properties.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ EHR.model.DataModelManager.registerMetadata('Pairing_Properties', {
9696
},
9797
other_IDs: {
9898
xtype: 'onprc_ehr-paireddamdentryfield',
99-
header:'Other Infant', // should display the infant's dam
99+
header:'Other IDs', // should display the infant's dam
100100
columnConfig: {
101101
width: 200
102102
}

0 commit comments

Comments
 (0)