Skip to content

Commit

Permalink
19259-add numbered desc for new corp types for continuation in
Browse files Browse the repository at this point in the history
  • Loading branch information
ketaki-deodhar committed Apr 24, 2024
1 parent dc68962 commit 9a83f77
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/modules/corp-type-module/corp-type-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,15 @@ const CorpInfoArray: Array<CorpInfoIF> = [
colinInd: true,
corpClass: CorpClass.BC,
shortDesc: 'CONTINUE IN',
fullDesc: 'BC Limited Company'
fullDesc: 'BC Limited Company',
numberedDesc: 'Numbered Limited Company'
}, {
corpTypeCd: CorpTypeCd.BEN_CONTINUE_IN,
colinInd: true,
corpClass: CorpClass.BC,
shortDesc: 'BEN CONTINUE IN',
fullDesc: 'BC Benefit Company'
fullDesc: 'BC Benefit Company',
numberedDesc: 'Numbered Benefit Company'
}, {
corpTypeCd: CorpTypeCd.BC_CCC,
colinInd: true,
Expand All @@ -138,7 +140,8 @@ const CorpInfoArray: Array<CorpInfoIF> = [
colinInd: true,
corpClass: CorpClass.BC,
shortDesc: 'CCC CONTINUE IN',
fullDesc: 'BC Community Contribution Company'
fullDesc: 'BC Community Contribution Company',
numberedDesc: 'Numbered Community Contribution Company'
}, {
corpTypeCd: CorpTypeCd.CEMETARY,
colinInd: false,
Expand Down Expand Up @@ -171,7 +174,8 @@ const CorpInfoArray: Array<CorpInfoIF> = [
colinInd: true,
corpClass: CorpClass.BC,
shortDesc: 'ULC CONTINUE IN',
fullDesc: 'BC Unlimited Liability Company'
fullDesc: 'BC Unlimited Liability Company',
numberedDesc: 'Numbered Unlimited Liability Company'
}, {
// // SPECIAL NAMEREQUEST-ONLY ENTITY TYPE
// corpTypeCd: CorpTypeCd.DOING_BUSINESS_AS,
Expand Down

0 comments on commit 9a83f77

Please sign in to comment.