Skip to content

Commit

Permalink
- app version = 5.9.12 (#676)
Browse files Browse the repository at this point in the history
- now save business object in registration filing

Co-authored-by: Severin Beauvais <[email protected]>
  • Loading branch information
severinbeauvais and Severin Beauvais authored Apr 18, 2024
1 parent 3b79986 commit 1950ccf
Show file tree
Hide file tree
Showing 4 changed files with 11 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-create-ui",
"version": "5.9.11",
"version": "5.9.12",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
4 changes: 4 additions & 0 deletions src/interfaces/filing-interfaces/filing-interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ export interface RegistrationFilingIF {
waiveFees?: boolean
priority?: boolean
}
business: {
legalType: CorpTypeCd
identifier: string
}
registration: {
business: {
identifier: string
Expand Down
4 changes: 4 additions & 0 deletions src/mixins/filing-template-mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,10 @@ export default class FilingTemplateMixin extends Mixins(AmalgamationMixin, DateM
folioNumber: this.getFolioNumber, // default FN; may be overwritten by staff BCOL FN
isFutureEffective: false
},
business: {
legalType: this.getEntityType,
identifier: this.getTempId
},
registration: {
business: {
identifier: this.getTempId,
Expand Down

0 comments on commit 1950ccf

Please sign in to comment.