Skip to content

Commit

Permalink
update NHT - Site Preparation score config
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Aug 24, 2023
1 parent 16eafa8 commit 3a456e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scripts/releases/3.0/configureNewProgram.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,11 +498,11 @@ const newScores = [
scores: [
{
label: 'Area (ha) of site preparation',
path: 'data.sitePreparationAreasControlled.areaPreparedHa'
path: 'data.sitePreparationDetails.areaPreparedHa'
},
{
label: 'Length (km) of site preparation',
path: 'data.sitePreparationAreasControlled.lengthPreparedKm'
path: 'data.sitePreparationDetails.lengthPreparedKm'
}
]
},
Expand Down

0 comments on commit 3a456e6

Please sign in to comment.