Skip to content

Commit

Permalink
allow BEN/CBEN to CC/CCC and update patch (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
meawong authored Nov 6, 2024
1 parent bc543b2 commit ff80079
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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": "business-edit-ui",
"version": "4.11.2",
"version": "4.11.3",
"private": true,
"appName": "Edit UI",
"sbcName": "SBC Common Components",
Expand Down
5 changes: 5 additions & 0 deletions src/resources/Alteration/BEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export const AlterationResourceBen: ResourceIF = {
value: CorpTypeCd.BC_COMPANY,
shortDesc: 'BC Limited Company',
text: 'BC Limited Company'
},
{
value: CorpTypeCd.BC_CCC,
shortDesc: 'BC Community Contribution Company',
text: 'BC Community Contribution Company'
}
],
articleTitle: 'Benefit Company Articles',
Expand Down
5 changes: 5 additions & 0 deletions src/resources/Alteration/CBEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export const AlterationResourceCben: ResourceIF = {
value: CorpTypeCd.CONTINUE_IN,
shortDesc: 'BC Limited Company',
text: 'BC Limited Company'
},
{
value: CorpTypeCd.CCC_CONTINUE_IN,
shortDesc: 'BC Community Contribution Company',
text: 'BC Community Contribution Company'
}
],
articleTitle: 'Benefit Company Articles',
Expand Down

0 comments on commit ff80079

Please sign in to comment.