Skip to content

Commit

Permalink
- app version = 5.2.11 (#730)
Browse files Browse the repository at this point in the history
- changed SP -> FR in Business Lookup list
- changed ULC-> UL in Business Lookup list
  • Loading branch information
severinbeauvais authored Oct 17, 2023
1 parent bf44782 commit 7243cba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "name-request",
"version": "5.2.10",
"version": "5.2.11",
"private": true,
"appName": "Name Request UI",
"sbcName": "SBC Common Components",
Expand Down
10 changes: 5 additions & 5 deletions src/list-data/request-action-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,22 @@ export const BusinessLookupRequestActions = [
/** Entity types that require business lookup. */
export const BusinessLookupEntityTypes = [
EntityTypes.A,
EntityTypes.BC,
EntityTypes.BEN,
EntityTypes.BC, // Benefit Company
EntityTypes.BEN, // invalid?
EntityTypes.C,
EntityTypes.CC,
EntityTypes.CCC,
EntityTypes.CUL,
EntityTypes.CP,
EntityTypes.CR,
EntityTypes.CR, // BC Limited Company
EntityTypes.FR, // Sole Proprietorship
EntityTypes.GP,
EntityTypes.LLC,
EntityTypes.LP,
EntityTypes.PA,
EntityTypes.PAR,
EntityTypes.SO,
EntityTypes.SP,
EntityTypes.ULC,
EntityTypes.UL,
EntityTypes.XCP,
EntityTypes.XCR,
EntityTypes.XL,
Expand Down

0 comments on commit 7243cba

Please sign in to comment.