Skip to content

Commit

Permalink
added LABEL_FIELDS_FK_SOLVED relates #58
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgirard committed Jun 25, 2019
1 parent 1efcd13 commit 0c1f458
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions importApp/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,12 @@ export const RANKED_FIELDS = {
"partner": 12,
"export_import|special_general": 13,
"currency|year|reporting": 14
}

export const LABEL_FIELDS_FK_SOLVED = {
'partner': 'RICname',
'reporting': 'RICname',
'currency': 'modified_currency',
'export_import': 'modified_export_import',
'special_general': 'modified_special_general'
}

0 comments on commit 0c1f458

Please sign in to comment.