Skip to content

Commit 4d597ea

Browse files
committed
Add field aliases to MCC import
1 parent ded68ba commit 4d597ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcc/resources/web/mcc/panel/MccImportPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Ext4.define('MCC.panel.MccImportPanel', {
9393
transform: 'damOrSire'
9494
},{
9595
name: 'weight',
96-
labels: ['Weight (g)', 'Weight (grams)'],
96+
labels: ['Weight (g)', 'Weight (grams)', 'current weight (g)', 'current weight (grams)'],
9797
allowRowSpan: false,
9898
allowBlank: true,
9999
transform: 'weight'

0 commit comments

Comments
 (0)