Skip to content

Commit

Permalink
Ensure results align with process order
Browse files Browse the repository at this point in the history
We generate the email content based on the order of the items in the object.
  • Loading branch information
Cruikshanks committed Sep 17, 2024
1 parent 78dda8f commit 1dd24e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/modules/nightly-import/process-steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ function _allResults () {
attempted: false,
completed: false
},
permit: {
title: 'Permit process',
description: 'Imports NALD data as the old versions of the licence: permit.licence and crm.document_header.',
attempted: false,
completed: false
},
companyDetails: {
title: 'Company details process',
description: "Imports NALD 'party' data as companies, contacts and addresses into crm_v2.",
Expand All @@ -83,6 +77,12 @@ function _allResults () {
description: 'Imports NALD return version data, then corrects known issues with it, ready for use in WRLS.',
attempted: false,
completed: false
},
permit: {
title: 'Permit process',
description: 'Imports NALD data as the old versions of the licence: permit.licence and crm.document_header.',
attempted: false,
completed: false
}
}
}
Expand Down

0 comments on commit 1dd24e4

Please sign in to comment.