Skip to content

Commit

Permalink
added signOff to flows VEDLEGG_KON and VEDLEGG_PROV, by request from …
Browse files Browse the repository at this point in the history
…fagopplaering
  • Loading branch information
jorgtho committed Aug 9, 2022
1 parent 5fff1ad commit 2d8f9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/flows/VEDLEGG_KON.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = async blobContent => {
useStudentName: true,
determineFileExt: true
},
signOff: true,
statusVigo: true,
e18Stats: true
})
Expand Down
1 change: 1 addition & 0 deletions lib/flows/VEDLEGG_PROV.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = async blobContent => {
useStudentName: true,
determineFileExt: true
},
signOff: true,
statusVigo: true,
e18Stats: true
})
Expand Down

0 comments on commit 2d8f9ce

Please sign in to comment.