Skip to content

Commit bf410c6

Browse files
Merge pull request #18 from foundersandcoders/fix/apply-oet-to-bootcamp-only
Fix: Apprentice Small Employer Field Incorrectly Triggering Bootcamp Rules
2 parents 407e54a + cd27d19 commit bf410c6

File tree

9 files changed

+1
-5
lines changed

9 files changed

+1
-5
lines changed

.DS_Store

0 Bytes
Binary file not shown.
File renamed without changes.
File renamed without changes.

main.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ ipcMain.on("upload-csv", (event, dataArray, version) => {
254254
ESMType: "SEM",
255255
ESMCode: "1",
256256
},
257-
{
258-
ESMType: "OET",
259-
ESMCode: "2",
260-
},
261257
]
262258
: []),
263259
...(dataArray[i][30]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ilr_file_creator",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
44
"description": "The DFE tool for creating XML files that can be uploaded to their website is slow and limited in its function. We have an airtable that contains all the information it asks for but its hard to move that information. To fixt this we built a tool that takes the CSV values generated from our airtable and processes them to a XML file withouth having to refill any information.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)