Skip to content

Commit

Permalink
remove end user from list of optional case sections
Browse files Browse the repository at this point in the history
  • Loading branch information
markj0hnst0n committed Jan 17, 2025
1 parent cb54267 commit 9c8eca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CaseTypes:
"HAS_OPTIONAL_NOTE": [HMRC],
"HAS_NOTES": [STANDARD, OPEN, EXHIBITION, F680, GIFTING],
"HAS_END_USE_DETAILS": [STANDARD, OPEN, F680],
"END_USERS_OPTIONAL": [F680, OPEN],
"END_USERS_OPTIONAL": [OPEN],
"HAS_SECURITY_APPROVAL": [STANDARD],
}

Expand Down

0 comments on commit 9c8eca8

Please sign in to comment.